ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

什么是ShopeeCookies?

ShopeeCookies是由mbahmul开发的Chrome扩展程序,该扩展的主要功能是“Mengambil cookies untuk Tool Auto Promo Shopee”。

扩展截图

screenshot

下载ShopeeCookies扩展crx文件

下载ShopeeCookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Mbah Mul Auto Shopee Cookies.

Install dulu addon ini.
Lalu??

1. Login ke seller dashboard di http://seller.shopee.co.id
2. Copy Script https://docs.google.com/spreadsheets/d/1po6PyIc4yx6JYRTyKW9hfPFtryeQpovT0Hk1rp6hCnk/copy
3. Masukan link product anda di bagian link produk
4. Klik "Auto Promosi Shopee" dan authorize dulu agar script berjalan lancar
5. Masukan username - passcrot - dan cookies yang didapat dari addon
6. Selesai - kekekekkeeke                    

扩展基本信息

名称 ShopeeCookies ShopeeCookies
ID cbjbkhibmlbpphlahafcocjoabmfofkd
官方URL https://chromewebstore.google.com/detail/shopeecookies/cbjbkhibmlbpphlahafcocjoabmfofkd
简介 Mengambil cookies untuk Tool Auto Promo Shopee
文件大小 81.99 KB
安装次数 901
当前版本 1.0
更新时间 2017-01-26
上架时间 2017-01-26
评分 4.23/5 共13次评分
开发者 mbahmul
付费类型 free
支持的语言 en-US
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_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}