Tieba Sign Assistant

Full automatic sign all interest tieba, no need to worry about sign~

What is Tieba Sign Assistant?

Tieba Sign Assistant is a Chrome extension developed by oksuluf, and its main feature is "Full automatic sign all interest tieba, no need to worry about sign~".

Extension Screenshots

screenshot
screenshot

Download Tieba Sign Assistant Extension CRX File

Download Tieba Sign Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        挨个贴吧手动签到太麻烦,还很容易忘记;
一键签到要“求支持7级以上的吧,最多可签50个吧”,门槛太高;
贴吧超级会员?别闹了,一个月30RMB,且是我等屌丝消费得起的;
于是”贴吧签到助手“诞生了,只要把贴吧名一添加,签到全自动完成,从此身份不再有尊卑之分~~

√ 支持简体中文,繁体中文,英文,日语                    

Extension Basic Information

Name Tieba Sign Assistant Tieba Sign Assistant
ID bpheclmhommpomjoeoifcggjmdelgaoj
Official URL https://chromewebstore.google.com/detail/tieba-sign-assistant/bpheclmhommpomjoeoifcggjmdelgaoj
Description Full automatic sign all interest tieba, no need to worry about sign~
File Size 370 KB
Installation Count 6,000
Current Version 2.2.2
Last Updated 2022-01-13
Publish Date 2019-10-11
Rating 4.41/5 Total 76 Ratings
Developer oksuluf
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.toptopn.com/privacy.html
Supported Languages 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\/*"
    ]
}