Rumola - bypass CAPTCHA
Solves those tricky authorization text filled images in web pages (CAPTCHAs) instead of you.
Rumola - bypass CAPTCHAคืออะไร?
Rumola - bypass CAPTCHA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skipinput.com และคุณลักษณะหลักของมันคือ "Solves those tricky authorization text filled images in web pages (CAPTCHAs) instead of you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rumola - bypass CAPTCHA
ดาวน์โหลดไฟล์ส่วนขยาย Rumola - bypass CAPTCHA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Have you been beaten by a CAPTCHA test? It’s frustrating and annoying, particularly if you have to fill in the form again. It is challenging for a sighted person. For anyone with a visual impairment, it is impossible.
Rumola is a new application. It takes the guesswork out of the CAPTCHA test. Rumola reads the letters and numbers and puts them in the box for you. Download Rumola for a free test — you can run Rumola five times to prove it works. If you are satisfied, the first $0.99/$1.95 into the account buys you 50/150 credits where one credit = one input in a CAPTCHA box. Thereafter, buy credits as you need them.
A voiceover notification system has been added for blind and visually-impaired people. You can switch it on by clicking on the Rumola icon.
By installing and using the Rumola, you agree to the Terms of Service http://skipinput.com/?tc
Rumola is compatible with iMacros automate tool. Just make small sleep after page loads to give Rumola time to find a CAPTHA.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | bjjgbdlbgjeoankjijbmheneoekbghcg | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rumola-bypass-captcha/bjjgbdlbgjeoankjijbmheneoekbghcg | 
| คำอธิบาย | Solves those tricky authorization text filled images in web pages (CAPTCHAs) instead of you. | 
| ขนาดไฟล์ | 402 KB | 
| จำนวนการติดตั้ง | 30,000 | 
| เวอร์ชันปัจจุบัน | 3.0.7 | 
| อัปเดตครั้งล่าสุด | 2022-06-09 | 
| วันที่เผยแพร่ | 2019-05-31 | 
| คะแนน | 2.77/5 รวมทั้งหมด 664 คะแนน | 
| ผู้พัฒนา | https://skipinput.com | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | in_app | 
| เว็บไซต์ส่วนขยาย | http://skipinput.com/ | 
| URL หน้าช่วยเหลือ | http://skipinput.com/?contacts | 
| ภาษาที่รองรับ | en,es,it,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Rumola - bypass CAPTCHA",
    "short_name": "Rumola",
    "version": "3.0.7",
    "manifest_version": 2,
    "description": "__MSG_desc__",
    "default_locale": "en",
    "homepage_url": "http:\/\/skipinput.com\/",
    "icons": {
        "16": "images\/on.png",
        "48": "images\/rumola48.png",
        "128": "images\/rumola128.png"
    },
    "browser_action": {
        "default_icon": "images\/on.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "include\/independent_functions.js",
                "include\/full_process_page.js",
                "include\/wait_box.js",
                "include\/rumola_form_ready_input.js",
                "include\/rumola_form_ready_image.js",
                "rumola.js"
            ],
            "css": [
                "images\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "contextMenus",
        "notifications",
        "tabs",
        "  |  |