蝦皮購物自動簽到

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

What is 蝦皮購物自動簽到?

蝦皮購物自動簽到 is a Chrome extension developed by Megaman, and its main feature is "可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間".

Extension Screenshots

screenshot
screenshot

Download 蝦皮購物自動簽到 Extension CRX File

Download 蝦皮購物自動簽到 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 蝦皮購物自動簽到 蝦皮購物自動簽到
ID mhnapekakpglfmcfphihbcdkmamjdnoe
Official URL 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
Description 可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間
File Size 48.92 KB
Installation Count 457
Current Version 1.1.3
Last Updated 2023-09-30
Publish Date 2022-08-23
Rating 4.50/5 Total 4 Ratings
Developer Megaman
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}