ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

ShopeeCookiesとは何ですか?

ShopeeCookiesはhttps://shopee.autopromosi.inによって開発されたChromeの拡張機能で、その主な機能は「Mengambil cookies untuk Tool Auto Promo Shopee」です。

拡張機能のスクリーンショット

screenshot

ShopeeCookies拡張機能のCRXファイルをダウンロード

ShopeeCookies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extention ini digunakan untuk menggambil cookies dari Shopee untuk digunakan pada Tool Auto Promosi Shopee.                    

拡張機能の基本情報

名前 ShopeeCookies ShopeeCookies
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
Eメール [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\/"
    ]
}