Auto Radio Button Checker

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

Apa itu Auto Radio Button Checker?

Auto Radio Button Checker adalah ekstensi Chrome yang dikembangkan oleh juhansae, dan fitur utamanya adalah "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Radio Button Checker

Unduh file ekstensi Auto Radio Button Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
URL Resmi https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Deskripsi takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Ukuran File 44.41 KB
Jumlah Instalasi 527
Versi Saat Ini 0.11
Terakhir Diperbarui 2020-09-23
Tanggal Publikasi 2020-09-23
Penilaian 5.00/5 Total 3 Penilaian
Pengembang juhansae
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Verssae/AutoRadioChecker
Bahasa yang Didukung 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"
            ]
        }
    ]
}