ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

Cos'è ShopeeCookies?

ShopeeCookies è un'estensione di Chrome sviluppata da https://shopee.autopromosi.in, e la sua funzione principale è "Mengambil cookies untuk Tool Auto Promo Shopee".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ShopeeCookies

Scarica i file di estensione ShopeeCookies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ShopeeCookies ShopeeCookies
ID mpmdkjhgocfdbajfinjajnicmglmcfba
URL Ufficiale https://chromewebstore.google.com/detail/shopeecookies/mpmdkjhgocfdbajfinjajnicmglmcfba
Descrizione Mengambil cookies untuk Tool Auto Promo Shopee
Dimensione del File 75.05 KB
Conteggio Installazioni 921
Versione Corrente 1.3.4
Ultimo Aggiornamento 2022-04-26
Data di Pubblicazione 2018-01-20
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://shopee.autopromosi.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://shopee.autopromosi.in
Lingue Supportate 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\/"
    ]
}