ZenGram: Mindful Instagram, Your Way Firefox

Examine source code of ZenGram: Mindful Instagram, Your Way

제작자: Abhigyan Trips Add-on
Inspect and view changes in ZenGram: Mindful Instagram, Your Way source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ZenGram: Mindful Instagram, Your Way",
  "description": "A selective blocker for Instagram.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "*://www.instagram.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "zengram@abhigyantrips.dev"
    }
  },
  "browser_action": {
    "default_title": "ZenGram",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.instagram.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/handler.js"
      ]
    },
    {
      "matches": [
        "*://www.instagram.com/*"
      ],
      "js": [
        "content-scripts/ui.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/ui.css"
  ]
}

최고의 ZenGram: Mindful Instagram, Your Way 대안

다음은 ZenGram: Mindful Instagram, Your Way과(와) 유사한 Firefox add-on입니다: