Auto Radio Button Checker

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

What is Auto Radio Button Checker?

Auto Radio Button Checker is a Chrome extension developed by juhansae, and its main feature is "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Extension Screenshots

screenshot

Download Auto Radio Button Checker Extension CRX File

Download Auto Radio Button Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
Official URL 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.
File Size 44.41 KB
Installation Count 527
Current Version 0.11
Last Updated 2020-09-23
Publish Date 2020-09-23
Rating 5.00/5 Total 3 Ratings
Developer juhansae
Email [email protected]
Payment Type free
Extension Website https://github.com/Verssae/AutoRadioChecker
Supported Languages 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"
            ]
        }
    ]
}