programthink-blog-repair

programthink-blog-repair

Fix programthink blog comment loading error, simply by replacing 'postID' with 'po', packaged verbatim from https://github.com/learnthink/blog_repair/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Fix programthink blog loading error",
  "manifest_version": 2,
  "name": "blog-repair",
  "version": "1.1",
  "homepage_url": "https://github.com/learnthink/blog_repair/",
  "icons": {
    "48": "thinker.jpg"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://program-think.blogspot.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0a1",
      "id": "{13b8c943-8b5c-4e8f-8549-c30c1491dfac}"
    }
  }
}