Rotten Tomato Destroyer

Rotten Tomato Destroyer

Throw rotten tomatoes in websites that you do not like!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "blife",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "assets/icons/icon128.png",
    "default_title": "__MSG_browser_action__"
  },
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.custom-cursor.com/*"
    ]
  },
  "icons": {
    "64": "assets/icons/icon64.png",
    "128": "assets/icons/icon128.png",
    "256": "assets/icons/icon256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmc/sL8bZFBscn1S/TS8cXsHecUXYRRWqG7Bl1+MISKSwOIr1GmXCm1qMECkqowU/u0qOAVQz+EpqNRr3UHdW6z/XEk1H/pCm8yIAxwtto6psQlcBE47Dj7eDqAKONoiVJT/2EvmdDBlnDN9vPTY+otVanB7NxA8TVgww1tEM7cocwjYiO+1nnX2F0vYI8VZALDOuiHvEIegZvddae6hZ7jnFBAmvd5tv9CA+x2pOeZXMZ4SZ4zYcaaNfRu5HSFpKRf+BDDJOsqnCH3rRMU2DKchf8IX+ZiAe3KCmOEjN9WZE78mfLEQh9H0SkroA0YwUh48F3JC+bEAlSFW+f4nwfwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "short_name": "Tomato Destroyer",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.7.0",
  "version_name": "1.7.0",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "img/*.*",
        "audio/*.*",
        "assets/*.*",
        "*://*/*"
      ]
    }
  ]
}