Ekagra - Your Focus, Your Rules Firefox

Examine source code of Ekagra - Your Focus, Your Rules

제작자: Priyanshu Tiwari
Inspect and view changes in Ekagra - Your Focus, Your Rules source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ekagra - Your Focus, Your Rules",
  "version": "1.0",
  "description": "Auto-pause videos when scrolling/switching tabs. Whitelist websites. Focus mode with privacy safeguards.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "popup/popup.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-32.png",
      "32": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ekagra@yourdomain.com"
    }
  }
}

최고의 Ekagra - Your Focus, Your Rules 대안

다음은 Ekagra - Your Focus, Your Rules과(와) 유사한 Firefox add-on입니다: