蝦皮購物自動簽到

可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間

Cos'è 蝦皮購物自動簽到?

蝦皮購物自動簽到 è un'estensione di Chrome sviluppata da Megaman, e la sua funzione principale è "可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 蝦皮購物自動簽到

Scarica i file di estensione 蝦皮購物自動簽到 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

                        可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵:
1. 每次瀏覽器開啟時
2. 每天固定時間                    

Informazioni di Base sull'Estensione

Nome 蝦皮購物自動簽到 蝦皮購物自動簽到
ID mhnapekakpglfmcfphihbcdkmamjdnoe
URL Ufficiale https://chromewebstore.google.com/detail/%E8%9D%A6%E7%9A%AE%E8%B3%BC%E7%89%A9%E8%87%AA%E5%8B%95%E7%B0%BD%E5%88%B0/mhnapekakpglfmcfphihbcdkmamjdnoe
Descrizione 可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間
Dimensione del File 48.92 KB
Conteggio Installazioni 457
Versione Corrente 1.1.3
Ultimo Aggiornamento 2023-09-30
Data di Pubblicazione 2022-08-23
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Megaman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8766\u76ae\u8cfc\u7269\u81ea\u52d5\u7c3d\u5230",
    "version": "1.1.3",
    "action": [],
    "default_locale": "zh_TW",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "256": "256.png"
    },
    "author": "Megaman",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.ts.f4b50aad.f2b12842.js"
            ],
            "matches": [
                "https:\/\/shopee.tw\/shopee-coins"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/shopee.tw\/shopee-coins"
    ],
    "options_ui": {
        "page": "src\/option\/index.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/shopee.tw\/*"
            ],
            "resources": [
                "assets\/content.ts.f4b50aad.js"
            ],
            "use_dynamic_url": true
        }
    ]
}