TgFixer (Telegram unblock) Firefox

Examine source code of TgFixer (Telegram unblock)

Inspect and view changes in TgFixer (Telegram unblock) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TgFixer (unblock Telegram links)",
  "version": "1.2.1",
  "description": "__MSG_extensionDescription__",
  "author": "Roman Deev",
  "homepage_url": "https://github.com/deevroman/TgFixer",
  "icons": {
    "48": "icons/icon_48.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "*://t.me/*",
    "*://www.t.me/*",
    "*://telegra.ph/*",
    "*://www.telegra.ph/*",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/fixer.js",
        "src/page_fixer.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/handler_t_me.js",
      "src/handler_telegra_ph.js"
    ]
  },
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "48": "icons/icon_48.png"
    }
  },
  "default_locale": "en"
}

Best TgFixer (Telegram unblock) Alternatives

Here are some Firefox add-ons that are similar to TgFixer (Telegram unblock):