Loteria paragonowa CAPTCHA brejker

Rozszerzenie automatycznie łamie bezsensowną CAPTCHę (dodawanie dwóch liczb LOL)

What is Loteria paragonowa CAPTCHA brejker?

Loteria paragonowa CAPTCHA brejker is a Chrome extension developed by arkadiusz.adamski, and its main feature is "Rozszerzenie automatycznie łamie bezsensowną CAPTCHę (dodawanie dwóch liczb LOL)".

Extension Screenshots

screenshot

Download Loteria paragonowa CAPTCHA brejker Extension CRX File

Download Loteria paragonowa CAPTCHA brejker 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

                        Rejestrujesz paragony na loteriaparagonowa.gov.pl? Denerwuje Cię bezsensowna CAPTCHA (proste dodawanie) nawet po zalogowaniu? Jeżeli odpowiedziałeś 2 x tak, to ten dodatek jest dla Ciebie.                    

Extension Basic Information

Name Loteria paragonowa CAPTCHA brejker Loteria paragonowa CAPTCHA brejker
ID pgmfipambgnjffljkkdgdamfpkahkhpk
Official URL https://chrome.google.com/webstore/detail/loteria-paragonowa-captch/pgmfipambgnjffljkkdgdamfpkahkhpk
Description Rozszerzenie automatycznie łamie bezsensowną CAPTCHę (dodawanie dwóch liczb LOL)
File Size 14.69 KB
Installation Count 17
Current Version 1.0
Last Updated 2015-10-19
Publish Date 2015-10-19
Developer arkadiusz.adamski
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loteria paragonowa CAPTCHA brejker",
    "description": "Rozszerzenie automatycznie \u0142amie bezsensown\u0105 CAPTCH\u0119 (dodawanie dw\u00f3ch liczb LOL)",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "zepto.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/loteriaparagonowa.gov.pl\/*",
                "http:\/\/loteriaparagonowa.gov.pl\/*",
                "http:\/\/127.0.0.1:8000\/statuses.json"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "background",
        "debugger",
        "activeTab",
        "https:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "icons": {
        "64": "icon.png"
    }
}