Medium Unblocker Firefox

Examine source code of Medium Unblocker

제작자: XuanKhuat79 Add-on
Inspect and view changes in Medium Unblocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Medium Unblocker",
  "version": "1.0",
  "author": "Hosam El Nagar",
  "description": "Enables access to Medium.com in countries where the website is blocked, such as Egypt",
  "homepage_url": "https://github.com/hosamn/MediumEnabler/",
  "icons": {
    "16": "img/i16.png",
    "20": "img/i20.png",
    "32": "img/i32.png",
    "48": "img/i48.png",
    "64": "img/i64.png",
    "100": "img/i100.png",
    "128": "img/i128.png",
    "256": "img/i256.png",
    "512": "img/i512.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://medium.com/*"
      ],
      "js": [
        "linker.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4fa370fb-e375-4cb9-af4d-d344204e6fb0}"
    }
  }
}

최고의 Medium Unblocker 대안

다음은 Medium Unblocker과(와) 유사한 Firefox add-on입니다: