Tiny Block Firefox

Examine source code of Tiny Block

제작자: Jada_TBK
Inspect and view changes in Tiny Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tiny Block",
  "author": "Jadachoa",
  "version": "1.0.0",
  "description": "Website blocker for focus",
  "icons": {
    "32": "assets/images/icon-32.png",
    "48": "assets/images/icon-48.png",
    "96": "assets/images/icon-96.png",
    "128": "assets/images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "assets/images/icon-128.png",
    "default_title": "Tiny Block",
    "default_popup": "popup/popup.html",
    "browser_style": false
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "settings/settings.html",
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tinyblock@jadachoa.com"
    }
  }
}

최고의 Tiny Block 대안

다음은 Tiny Block과(와) 유사한 Firefox add-on입니다: