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
官方網址 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'"
}