Instagram Distraction Blocker Firefox

Examine source code of Instagram Distraction Blocker

Inspect and view changes in Instagram Distraction Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instagram Distraction Blocker",
  "version": "1.0.0",
  "description": "Automatically detects and filters distracting content on Instagram using machine learning",
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "*://*.instagram.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "lib/face-api.min.js",
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-48.png"
  },
  "web_accessible_resources": [
    "lib/*",
    "models/*",
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "instagram-distraction-blocker@extension.tech",
      "strict_min_version": "58.0"
    }
  }
}

Best Instagram Distraction Blocker Alternatives

Here are some Firefox add-ons that are similar to Instagram Distraction Blocker: