SiamBIT - Thank Auto

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

O que é SiamBIT - Thank Auto?

SiamBIT - Thank Auto é uma extensão do Chrome desenvolvida por CHNWT.dev, e sua principal característica é "Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SiamBIT - Thank Auto

Baixe arquivos de extensão SiamBIT - Thank Auto no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome SiamBIT - Thank Auto SiamBIT - Thank Auto
ID cdkeaagidbaigleohfomdpeichinocck
URL Oficial https://chromewebstore.google.com/detail/siambit-thank-auto/cdkeaagidbaigleohfomdpeichinocck
Descrição Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.
Tamanho do Arquivo 89.25 KB
Contagem de Instalações 113
Versão Atual 1.0.2
Última Atualização 2023-08-11
Data de Publicação 2019-10-20
Desenvolvedor CHNWT.dev
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://chnwt.dev/privacy.html
Idiomas Suportados 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"
    }
}