ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

What is ShopeeCookies?

ShopeeCookies is a Chrome extension developed by mbahmul, and its main feature is "Mengambil cookies untuk Tool Auto Promo Shopee".

Extension Screenshots

screenshot

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

                        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                    

Extension Basic Information

Name ShopeeCookies ShopeeCookies
ID cbjbkhibmlbpphlahafcocjoabmfofkd
Official URL https://chromewebstore.google.com/detail/shopeecookies/cbjbkhibmlbpphlahafcocjoabmfofkd
Description Mengambil cookies untuk Tool Auto Promo Shopee
File Size 81.99 KB
Installation Count 901
Current Version 1.0
Last Updated 2017-01-26
Publish Date 2017-01-26
Rating 4.23/5 Total 13 Ratings
Developer mbahmul
Payment Type free
Supported Languages 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'"
}