GramControl – Block Instagram Distractions Firefox

Examine source code of GramControl – Block Instagram Distractions

Inspect and view changes in GramControl – Block Instagram Distractions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "4.0.4.0",
  "short_name": "__MSG_extShortName__",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "96": "icon/96.png",
    "128": "icon/128.png",
    "256": "icon/256.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "*://www.instagram.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c32141b-11fc-4628-84dc-f44756a9476f}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "GramControl - Popup",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/instagram.js"
      ]
    }
  ]
}

Best GramControl – Block Instagram Distractions Alternatives

Here are some Firefox add-ons that are similar to GramControl – Block Instagram Distractions: