Auto Radio Button Checker

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

Co je Auto Radio Button Checker?

Auto Radio Button Checker je rozšíření Chrome vyvinuté juhansae, a jeho hlavní funkcí je „takes a snapshot of a page you have checked to automatically checks the buttons you access that page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Auto Radio Button Checker

Stáhněte si soubory rozšíření Auto Radio Button Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
Oficiální URL https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Popis takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Velikost souboru 44.41 KB
Počet instalací 527
Aktuální Verze 0.11
Poslední Aktualizace 2020-09-23
Datum Vydání 2020-09-23
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář juhansae
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Verssae/AutoRadioChecker
Podporované Jazyky 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"
            ]
        }
    ]
}