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}"
    }
  }
}

Best Replace Marstoy website text Alternatives

Here are some Firefox add-ons that are similar to Replace Marstoy website text: