Auto Radio Button Checker

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

Cos'è Auto Radio Button Checker?

Auto Radio Button Checker è un'estensione di Chrome sviluppata da juhansae, e la sua funzione principale è "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Radio Button Checker

Scarica i file di estensione Auto Radio Button Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
URL Ufficiale https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Descrizione takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Dimensione del File 44.41 KB
Conteggio Installazioni 527
Versione Corrente 0.11
Ultimo Aggiornamento 2020-09-23
Data di Pubblicazione 2020-09-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore juhansae
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Verssae/AutoRadioChecker
Lingue Supportate 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"
            ]
        }
    ]
}