Auto Radio Button Checker

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

Qu'est-ce que Auto Radio Button Checker ?

Auto Radio Button Checker est une extension Chrome développée par juhansae, et sa fonction principale est "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Radio Button Checker

Téléchargez les fichiers d'extension Auto Radio Button Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
URL Officiel https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Description takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Taille du Fichier 44.41 KB
Nombre d'Installations 527
Version Actuelle 0.11
Dernière Mise à Jour 2020-09-23
Date de Publication 2020-09-23
Évaluation 5.00/5 Total 3 Évaluations
Développeur juhansae
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Verssae/AutoRadioChecker
Langues Prises en Charge 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"
            ]
        }
    ]
}