蝦皮購物自動簽到
可以在下面兩個時間點,自動簽到蝦皮購物,賺取蝦幣獎勵: 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 |
| 电子邮箱 | [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
}
]
} | |