Dropkick Promo Codes and Coupons for 2024

Dropkick Promo Codes and Coupons for 2024

Enter the Dropkick Promo Code (GN1) to get the best discount for all Dropkick items in 2024.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.1",
  "author": "Ahmed Mohy  @https://khamsat.com/user/ahmed-mohy",
  "name": "Dropkick Promo Codes and Coupons for 2024",
  "description": "Enter the Dropkick Promo Code (GN1) to get the best discount for all Dropkick items in 2024.",
  "icons": {
    "16": "icons/icone-16.png",
    "32": "icons/icone-32.png",
    "192": "icons/icone-192.png"
  },
  "action": {
    "default_icon": "icons/icone-192.png",
    "default_popup": "popup/popup.html",
    "default_title": "componentes"
  },
  "content_scripts": [
    {
      "js": [
        "app.js",
        "content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/injected.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}