Selesaikan Saja

Untuk menyelesaikan masalah dari kode program

Selesaikan Sajaคืออะไร?

Selesaikan Saja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reza Rafif และคุณลักษณะหลักของมันคือ "Untuk menyelesaikan masalah dari kode program"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selesaikan Saja

ดาวน์โหลดไฟล์ส่วนขยาย Selesaikan Saja ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Save time by asking selesaikan saja plugin for you.
Buster is a browser extension which helps you to solve difficult captchas by completing Simple challenges using text recognition. Challenges are solved by clicking on the extension button at the bottom of the reCAPTCHA widget.

It is not guaranteed that challenges are always solved, the limitations of the technology need to be considered.

The continued development of selesaikan saja is made possible thanks to the support of awesome backers. If you'd like to join them, please check out https://rezaariandes.com

Client app

The success rate of the extension can be improved by simulating user interactions with the help of a client app. Follow the instructions from the extension's options to download and install the client app on Windows, Linux and macOS, or get the app.

Solving more than a couple of reCAPTCHA challenges a day may lead to a temporary block, regardless of your use of the extension. Visit the wiki for more details.

Motivation

SImple capthca challenges remain a considerable burden on the web, delaying and often blocking our access to services and information depending on our physical and cognitive abilities, our social and cultural background, and the devices or networks we connect from.

The difficulty of captchas can be so out of balance, that sometimes they seem friendlier to bots than they are to humans.

The goal of this project is to improve our experience with captchas, by giving us easy access to solutions already utilized by automated systems.

Required permissions:
  • Read and change all your data on the websites you visit: required for accessing challenges
  • Communicate with cooperating native applications: needed for interacting with the client app when user input simulation is enabled
  • Display notifications: used for displaying error messages
  • Read your browsing history: needed for resetting challenges


Reviews are not monitored for bug reports, please use GitHub for issues and feature requests.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Selesaikan Saja Selesaikan Saja
ID bpalpamlghbcpacembfbieemnebjlgbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selesaikan-saja/bpalpamlghbcpacembfbieemnebjlgbf
คำอธิบาย Untuk menyelesaikan masalah dari kode program
ขนาดไฟล์ 28.12 KB
จำนวนการติดตั้ง 156
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-07-03
วันที่เผยแพร่ 2022-07-03
ผู้พัฒนา Reza Rafif
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selesaikan Saja",
    "description": "Untuk menyelesaikan masalah dari kode program",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/146.148.37.237\/",
                "https:\/\/internsip.kemkes.go.id\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}