SiamBIT - Thank Auto

Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.

Qu'est-ce que SiamBIT - Thank Auto ?

SiamBIT - Thank Auto est une extension Chrome développée par CHNWT.dev, et sa fonction principale est "Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SiamBIT - Thank Auto

Téléchargez les fichiers d'extension SiamBIT - Thank Auto 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

                        This browser extension is designed to automatically click on the "Thank" image or button with contains the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website. (Extension ที่ช่วยกดขอบคุณเจ้าของไฟล์ในหน้ารายละเอียดไฟล์ให้โดยอัตโนมัติ)                    

Informations de Base sur l'Extension

Nom SiamBIT - Thank Auto SiamBIT - Thank Auto
ID cdkeaagidbaigleohfomdpeichinocck
URL Officiel https://chromewebstore.google.com/detail/siambit-thank-auto/cdkeaagidbaigleohfomdpeichinocck
Description Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.
Taille du Fichier 89.25 KB
Nombre d'Installations 113
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-08-11
Date de Publication 2019-10-20
Développeur CHNWT.dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chnwt.dev/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SiamBIT - Thank Auto",
    "description": "Auto click on the \"thank\" image or button with the title \"\u0e01\u0e14\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\" on the details page of the SiamBIT website.",
    "version": "1.0.2",
    "author": "Chanwit Settavongsin",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.siambit.me\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    }
}