Auto Radio Button Checker

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

Wat is Auto Radio Button Checker?

Auto Radio Button Checker is een Chrome-extensie ontwikkeld door juhansae, en de belangrijkste functie is "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Auto Radio Button Checker

Download Auto Radio Button Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
Officiële URL https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Beschrijving takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Bestandsgrootte 44.41 KB
Aantal Installaties 527
Huidige Versie 0.11
Laatst Bijgewerkt 2020-09-23
Publicatiedatum 2020-09-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar juhansae
E-mail juhansae@gmail.com
Betalingswijze free
Extensiewebsite https://github.com/Verssae/AutoRadioChecker
Ondersteunde Talen 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"
            ]
        }
    ]
}