ShopeeCookies
Mengambil cookies untuk Tool Auto Promo Shopee
What is ShopeeCookies?
ShopeeCookies is a Chrome extension developed by https://shopee.autopromosi.in, and its main feature is "Mengambil cookies untuk Tool Auto Promo Shopee".
Extension Screenshots
Download ShopeeCookies Extension CRX File
Download ShopeeCookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extention ini digunakan untuk menggambil cookies dari Shopee untuk digunakan pada Tool Auto Promosi Shopee.
Extension Basic Information
Name | |
ID | mpmdkjhgocfdbajfinjajnicmglmcfba |
Official URL | https://chromewebstore.google.com/detail/shopeecookies/mpmdkjhgocfdbajfinjajnicmglmcfba |
Description | Mengambil cookies untuk Tool Auto Promo Shopee |
File Size | 75.05 KB |
Installation Count | 921 |
Current Version | 1.3.4 |
Last Updated | 2022-04-26 |
Publish Date | 2018-01-20 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://shopee.autopromosi.in |
[email protected] | |
Payment Type | free |
Extension Website | http://shopee.autopromosi.in |
Supported Languages | id |
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": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.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\/" ] } |