SiamBIT - Thank Auto

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

Τι είναι το SiamBIT - Thank Auto;

Το SiamBIT - Thank Auto είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CHNWT.dev, και η κύρια λειτουργία του είναι "Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SiamBIT - Thank Auto

Λήψη αρχείων επέκτασης SiamBIT - Thank Auto σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 ที่ช่วยกดขอบคุณเจ้าของไฟล์ในหน้ารายละเอียดไฟล์ให้โดยอัตโนมัติ)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SiamBIT - Thank Auto SiamBIT - Thank Auto
ID cdkeaagidbaigleohfomdpeichinocck
Επίσημο URL https://chromewebstore.google.com/detail/siambit-thank-auto/cdkeaagidbaigleohfomdpeichinocck
Περιγραφή Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.
Μέγεθος Αρχείου 89.25 KB
Αριθμός Εγκαταστάσεων 113
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-08-11
Ημερομηνία Δημοσίευσης 2019-10-20
Προγραμματιστής CHNWT.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://chnwt.dev/privacy.html
Υποστηριζόμενες Γλώσσες 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"
    }
}