蝦皮購物自動簽到

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

蝦皮購物自動簽到란 무엇입니까?

蝦皮購物自動簽到은(는) Megaman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

蝦皮購物自動簽到 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 蝦皮購物自動簽到 蝦皮購物自動簽到
ID mhnapekakpglfmcfphihbcdkmamjdnoe
공식 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
설명 可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間
파일 크기 48.92 KB
설치 횟수 457
현재 버전 1.1.3
최근 업데이트 2023-09-30
출시 날짜 2022-08-23
평점 4.50/5 총 4 개의 평점
개발자 Megaman
이메일 [email protected]
결제 유형 free
지원되는 언어 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
        }
    ]
}