Replace Marstoy website text Firefox

Examine source code of Replace Marstoy website text

Inspect and view changes in Replace Marstoy website text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Replace Marstoy website text",
  "version": "1.0",
  "description": "Replace text with the first image from a search result after text manipulation",
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "https://www.google.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.marstoy.net/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.jpg"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{eb004978-fd67-45c0-9260-176716a062e3}"
    }
  }
}

Melhores alternativas Replace Marstoy website text

Aqui estão algumas Firefox add-ons que são similares a Replace Marstoy website text: