蝦皮購物自動簽到
可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間
蝦皮購物自動簽到とは何ですか?
蝦皮購物自動簽到はMegamanによって開発されたChromeの拡張機能で、その主な機能は「可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 1. 每次瀏覽器開啟時 2. 每天固定時間」です。
拡張機能のスクリーンショット
蝦皮購物自動簽到拡張機能のCRXファイルをダウンロード
蝦皮購物自動簽到拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵:
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 |
| Eメール | [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
}
]
} | |