Font blocker Firefox

Examine source code of Font blocker

제작자: Rudie Dirkx
Inspect and view changes in Font blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Font blocker",
  "description": "Blocks the fonts you want to block.",
  "version": "1.19",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "fontblocker.logic.js",
        "fontblocker.content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "fontblocker.logic.js",
      "fontblocker.background.js"
    ]
  },
  "page_action": {
    "default_title": "Font blocker - (Un)glimpse blocked fonts",
    "default_icon": {
      "128": "images/128x128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fontblocker@hotblocks.nl"
    }
  },
  "icons": {
    "128": "images/128x128.png"
  },
  "manifest_version": 2
}

최고의 Font blocker 대안

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