TgFixer (Telegram links unblock) Firefox

Examine source code of TgFixer (Telegram links unblock)

Inspect and view changes in TgFixer (Telegram links 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.3.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",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ba97762-e2ae-490e-9839-539ca83e8ce9}"
    }
  }
}

Best TgFixer (Telegram links unblock) Alternatives

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