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 Team",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/icons/icon128.png",
    "default_title": "__MSG_browser_action__"
  },
  "content_security_policy": "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"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "Tomato Destroyer",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.6.5",
  "version_name": "1.6.5",
  "web_accessible_resources": [
    "img/*.png",
    "audio/*",
    "assets/icons/*.*"
  ]
}