巴哈自動簽到

Daily sign in 94 EZ.

Qu'est-ce que 巴哈自動簽到 ?

巴哈自動簽到 est une extension Chrome développée par https://blog.brownsugar.tw, et sa fonction principale est "Daily sign in 94 EZ.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 巴哈自動簽到

Téléchargez les fichiers d'extension 巴哈自動簽到 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

                        📝 巴哈自動簽到-2023 全新版本
每日定時開啟頁面簽到,自動領取雙倍巴幣獎勵。

1. 一鍵安裝,立即使用
2. 每日定時開啟網頁簽到
3. 帳號被登出時自動登入帳號確保簽到不中斷
4. 自動領取雙倍巴幣
5. 閒置時不占用電腦記憶體
6. 瀏覽器關閉時也可以自動簽到!

更多功能或建議,歡迎前往以下網址回饋。
🎯 GitHub 開放原始碼:https://brn.sg/Mtspv
🎯 巴哈介紹頁:https://brn.sg/tVe1a                    

Informations de Base sur l'Extension

Nom 巴哈自動簽到 巴哈自動簽到
ID nlcekebohjbgnfgjicklnjbnefmmgggk
URL Officiel https://chromewebstore.google.com/detail/%E5%B7%B4%E5%93%88%E8%87%AA%E5%8B%95%E7%B0%BD%E5%88%B0/nlcekebohjbgnfgjicklnjbnefmmgggk
Description Daily sign in 94 EZ.
Taille du Fichier 18.69 KB
Nombre d'Installations 7,995
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-06-08
Date de Publication 2017-12-22
Évaluation 4.67/5 Total 15 Évaluations
Développeur https://blog.brownsugar.tw
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://brn.sg/Mtspv
URL de la Page d'Aide https://brn.sg/tVe1a
Langues Prises en Charge zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5df4\u54c8\u81ea\u52d5\u7c3d\u5230",
    "version": "1.3.0",
    "description": "Daily sign in 94 EZ.",
    "icons": {
        "128": "image\/babi.png"
    },
    "permissions": [
        "alarms",
        "background",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "image\/babi.png",
        "default_popup": "options.html",
        "default_title": "\u5df4\u54c8\u81ea\u52d5\u7c3d\u5230\u8a2d\u5b9a"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.gamer.com.tw\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/user.gamer.com.tw\/login.php"
            ],
            "js": [
                "js\/login.js"
            ],
            "all_frames": true
        }
    ]
}