ShopeeCookies
Mengambil cookies untuk Tool Auto Promo Shopee
什么是ShopeeCookies?
ShopeeCookies是由https://shopee.autopromosi.in开发的Chrome扩展程序,该扩展的主要功能是“Mengambil cookies untuk Tool Auto Promo Shopee”。
扩展截图
下载ShopeeCookies扩展crx文件
下载ShopeeCookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extention ini digunakan untuk menggambil cookies dari Shopee untuk digunakan pada Tool Auto Promosi Shopee.
扩展基本信息
名称 | |
ID | mpmdkjhgocfdbajfinjajnicmglmcfba |
官方URL | https://chromewebstore.google.com/detail/shopeecookies/mpmdkjhgocfdbajfinjajnicmglmcfba |
简介 | Mengambil cookies untuk Tool Auto Promo Shopee |
文件大小 | 75.05 KB |
安装次数 | 921 |
当前版本 | 1.3.4 |
更新时间 | 2022-04-26 |
上架时间 | 2018-01-20 |
评分 | 4.50/5 共2次评分 |
开发者 | https://shopee.autopromosi.in |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://shopee.autopromosi.in |
支持的语言 | 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\/" ] } |