ShopeeCookies

ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ShopeeCookies",
  "description": "Mengambil cookies untuk Tool Auto Promo Shopee",
  "version": "1.0",
  "homepage_url": "http://dracomedia.net",
  "browser_action": {
    "default_icon": {
      "19": "logo16.png",
      "38": "logo48.png"
    },
    "default_popup": "popup.html",
    "default_title": "ShopeeCookies"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/; object-src 'self'"
}