ShopeeCookies
Mengambil cookies untuk Tool Auto Promo Shopee
Hvad er ShopeeCookies?
ShopeeCookies er en Chrome-udvidelse udviklet af https://shopee.autopromosi.in, og dens hovedfunktion er "Mengambil cookies untuk Tool Auto Promo Shopee".
Udvidelsesskærmbilleder
Download ShopeeCookies-udvidelses-CRX-fil
Download ShopeeCookies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Extention ini digunakan untuk menggambil cookies dari Shopee untuk digunakan pada Tool Auto Promosi Shopee.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mpmdkjhgocfdbajfinjajnicmglmcfba |
Officiel URL | https://chromewebstore.google.com/detail/shopeecookies/mpmdkjhgocfdbajfinjajnicmglmcfba |
Beskrivelse | Mengambil cookies untuk Tool Auto Promo Shopee |
Filstørrelse | 75.05 KB |
Antal Installationer | 921 |
Nuværende Version | 1.3.4 |
Senest Opdateret | 2022-04-26 |
Udgivelsesdato | 2018-01-20 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | https://shopee.autopromosi.in |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://shopee.autopromosi.in |
Understøttede Sprog | 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\/" ] } |