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",
  "name": "ShopeeCookies",
  "description": "Mengambil cookies untuk Tool Auto Promo Shopee",
  "version": "1.3.4",
  "homepage_url": "http://shopee.autopromosi.in/",
  "manifest_version": 3,
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "logo16.png",
      "38": "logo48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.shopee.co.id/*"
      ],
      "all_frames": true,
      "js": [
        "scripts/extension.js",
        "scripts/jquery.min.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "cookies"
  ],
  "host_permissions": [
    "*://shopee.co.id/",
    "*://*.shopee.co.id/*",
    "*://.shopee.co.id/"
  ]
}