Scratch That Firefox

Examine source code of Scratch That

제작자: redanaheim Add-on
Inspect and view changes in Scratch That source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scratch That",
  "version": "1.0.5",
  "description": "Allows you to set filters which replace all instances of text on webpages.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "replace/replace.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/scratch_that-64.png",
    "default_title": "Scratch That",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{07e611d9-b78a-4aa2-a1e6-f6baed36706a}"
    }
  }
}

최고의 Scratch That 대안

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