ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

ShopeeCookies란 무엇입니까?

ShopeeCookies은(는) mbahmul에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mengambil cookies untuk Tool Auto Promo Shopee"입니다.

확장 프로그램 스크린샷

screenshot

ShopeeCookies 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}