Auto Radio Button Checker

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

ما هو Auto Radio Button Checker؟

Auto Radio Button Checker هو إضافة Chrome تم تطويرها بواسطة juhansae، والميزة الرئيسية لها هي "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto Radio Button Checker

قم بتنزيل ملفات الامتداد Auto Radio Button Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
الوصف takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
حجم الملف 44.41 KB
عدد التثبيتات 527
النسخة الحالية 0.11
آخر تحديث 2020-09-23
تاريخ النشر 2020-09-23
تقييم 5.00/5 مجموع تقييمات 3
المطور juhansae
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Verssae/AutoRadioChecker
اللغات المدعومة 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"
            ]
        }
    ]
}