Tieba Sign Assistant

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

Qu'est-ce que Tieba Sign Assistant ?

Tieba Sign Assistant est une extension Chrome développée par oksuluf, et sa fonction principale est "Full automatic sign all interest tieba, no need to worry about sign~".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tieba Sign Assistant

Téléchargez les fichiers d'extension Tieba Sign Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Tieba Sign Assistant Tieba Sign Assistant
ID bpheclmhommpomjoeoifcggjmdelgaoj
URL Officiel https://chromewebstore.google.com/detail/tieba-sign-assistant/bpheclmhommpomjoeoifcggjmdelgaoj
Description Full automatic sign all interest tieba, no need to worry about sign~
Taille du Fichier 370 KB
Nombre d'Installations 6,000
Version Actuelle 2.2.2
Dernière Mise à Jour 2022-01-13
Date de Publication 2019-10-11
Évaluation 4.41/5 Total 76 Évaluations
Développeur oksuluf
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.toptopn.com/privacy.html
Langues Prises en Charge 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\/*"
    ]
}