Tieba Sign Assistant
Full automatic sign all interest tieba, no need to worry about sign~
什麼是Tieba Sign Assistant?
Tieba Sign Assistant是由oksuluf開發的Chrome擴展程式,該擴展的主要功能是“Full automatic sign all interest tieba, no need to worry about sign~”。
擴展截圖
下載Tieba Sign Assistant擴展crx文件
下載Tieba Sign Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
挨个贴吧手动签到太麻烦,还很容易忘记;
一键签到要“求支持7级以上的吧,最多可签50个吧”,门槛太高;
贴吧超级会员?别闹了,一个月30RMB,且是我等屌丝消费得起的;
于是”贴吧签到助手“诞生了,只要把贴吧名一添加,签到全自动完成,从此身份不再有尊卑之分~~
√ 支持简体中文,繁体中文,英文,日语 擴展基本資訊
| 名稱 | |
| ID | bpheclmhommpomjoeoifcggjmdelgaoj |
| 官方網址 | https://chromewebstore.google.com/detail/tieba-sign-assistant/bpheclmhommpomjoeoifcggjmdelgaoj |
| 簡介 | Full automatic sign all interest tieba, no need to worry about sign~ |
| 檔案大小 | 370 KB |
| 安裝次數 | 6,000 |
| 目前版本 | 2.2.2 |
| 更新時間 | 2022-01-13 |
| 上架時間 | 2019-10-11 |
| 評分 | 4.41/5 共 76 次評分 |
| 開發者 | oksuluf |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.toptopn.com/privacy.html |
| 支援的語言 | en,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.2.2",
"manifest_version": 2,
"minimum_chrome_version": "18.0.0.0",
"default_locale": "zh_CN",
"name": "__MSG_name__",
"description": "__MSG_description__",
"icons": {
"19": "img\/19.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"background": {
"page": "bg.html"
},
"browser_action": {
"default_icon": "img\/19.png",
"default_popup": "pop.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"http:\/\/tieba.baidu.com\/*",
"https:\/\/tieba.baidu.com\/*"
]
} | |