ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

Wat is ShopeeCookies?

ShopeeCookies is een Chrome-extensie ontwikkeld door https://shopee.autopromosi.in, en de belangrijkste functie is "Mengambil cookies untuk Tool Auto Promo Shopee".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ShopeeCookies

Download ShopeeCookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ShopeeCookies ShopeeCookies
ID mpmdkjhgocfdbajfinjajnicmglmcfba
Officiële URL https://chromewebstore.google.com/detail/shopeecookies/mpmdkjhgocfdbajfinjajnicmglmcfba
Beschrijving Mengambil cookies untuk Tool Auto Promo Shopee
Bestandsgrootte 75.05 KB
Aantal Installaties 921
Huidige Versie 1.3.4
Laatst Bijgewerkt 2022-04-26
Publicatiedatum 2018-01-20
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://shopee.autopromosi.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://shopee.autopromosi.in
Ondersteunde Talen 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\/"
    ]
}