Stopic Firefox

Examine source code of Stopic

Por: miqo
Inspect and view changes in Stopic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Stopic",
  "description": "Remove or highlight search images by keyword in domain (for google and yandex)",
  "version": "1.0",
  "author": "miqo",
  "content_security_policy": "default-src 'self'; style-src 'sha256-i2o/Qso8R+cdeVMHkkUKVW/yKolaEq/QlIf9rNbi3+E='",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.yandex.ru/images/*",
        "https://*.yandex.com/images/*",
        "https://*.google.com/search?*&tbm=isch*",
        "https://*.google.ru/search?*&tbm=isch*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "save.png",
    "options.png",
    "options.html"
  ]
}

Mejores alternativas Stopic

Aquí hay algunas Firefox add-ons que son similares a Stopic: