Hide Cookie Bar Firefox

Examine source code of Hide Cookie Bar

提供元: shamot
Inspect and view changes in Hide Cookie Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hide Cookie Bar",
  "version": "1.0.2",
  "description": "Simple heuristic for locating and hiding cookie bars.",
  "permissions": [
    "webNavigation",
    "<all_urls>",
    "webRequest",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "default_icon.svg",
    "default_title": "Hide Cookie Bar",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "102.0",
      "id": "{85ff30f6-e631-462f-a2aa-a87a5bd53dfb}"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

ベストのHide Cookie Bar代替案

Hide Cookie Barに類似したFirefox add-onをいくつか紹介します: