Erotik Deals und Gutscheine

Erotik Deals und Gutscheine

Sie müssen nicht nach Gutscheinen und Angeboten suchen. Holen Sie sie direkt in Ihren Browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_chrome_extension_Name__",
  "version": "1",
  "default_locale": "en",
  "description": "__MSG_chrome_extension_description__",
  "icons": {
    "128": "icons/logo.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "activeTab",
    "https://www.suende.de/"
  ],
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_popup": "index.html",
    "persistent": true
  },
  "homepage_url": "https://www.suende.de/",
  "background": {
    "scripts": [
      "js/jquery-3.5.1.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://www.suende.de/*"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/bootstrap.bundle.min.js",
        "contentScript.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com; object-src 'self'",
  "web_accessible_resources": [
    "contentscript.js",
    "fix.css",
    "icons/logo.png"
  ],
  "incognito": "split"
}