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
官方網址 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
電子郵箱 [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\/"
    ]
}