Auto Radio Button Checker

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

Hvad er Auto Radio Button Checker?

Auto Radio Button Checker er en Chrome-udvidelse udviklet af juhansae, og dens hovedfunktion er "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Udvidelsesskærmbilleder

screenshot

Download Auto Radio Button Checker-udvidelses-CRX-fil

Download Auto Radio Button Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
Officiel URL https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Beskrivelse takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Filstørrelse 44.41 KB
Antal Installationer 527
Nuværende Version 0.11
Senest Opdateret 2020-09-23
Udgivelsesdato 2020-09-23
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler juhansae
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Verssae/AutoRadioChecker
Understøttede Sprog 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"
            ]
        }
    ]
}