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 |
| 官方URL | 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\/*"
]
} | |