Auto Radio Button Checker

takes a snapshot of a page you have checked to automatically checks the buttons you access that page.

O que é Auto Radio Button Checker?

Auto Radio Button Checker é uma extensão do Chrome desenvolvida por juhansae, e sua principal característica é "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Radio Button Checker

Baixe arquivos de extensão Auto Radio Button Checker 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 Chrome extension takes a snapshot of a page of radio buttons you have checked and automatically checks the buttons every time you access that page. This program is convenient for you when accessing a site where you have to check the radio buttons every time you visit.                    

Informações Básicas da Extensão

Nome Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
URL Oficial https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Descrição takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Tamanho do Arquivo 44.41 KB
Contagem de Instalações 527
Versão Atual 0.11
Última Atualização 2020-09-23
Data de Publicação 2020-09-23
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor juhansae
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Verssae/AutoRadioChecker
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Radio Button Checker",
    "description": "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.",
    "version": "0.11",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}