ValueChecker Firefox

Examine source code of ValueChecker

Par : akabi
Inspect and view changes in ValueChecker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Grayscale!",
  "version": "1.0",
  "description": "Toggle accurate dot dain 20% grayscale on images and videos.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-gray.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "grayscalefirefox@akabi",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Meilleures alternatives ValueChecker

Voici quelques Firefox add-ons qui sont similaires à ValueChecker :