Love Not Robots

Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".

Co je Love Not Robots?

Love Not Robots je rozšíření Chrome vyvinuté Jeff Thompson, a jeho hlavní funkcí je „Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Love Not Robots

Stáhněte si soubory rozšíření Love Not Robots ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Love Not Robots Love Not Robots
ID menoiohidcfnhgafapjmbblibamkgacb
Oficiální URL https://chrome.google.com/webstore/detail/love-not-robots/menoiohidcfnhgafapjmbblibamkgacb
Popis Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".
Velikost souboru 41.46 KB
Počet instalací 161
Aktuální Verze 1.1
Poslední Aktualizace 2019-07-29
Datum Vydání 2019-07-25
Hodnocení 1.00/5 Celkem 2 Hodnocení
Vývojář Jeff Thompson
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Love Not Robots",
    "description": "Replaces the \"I'm not a robot\" text from Google's reCAPTCHA and replaces it with the words \"I feel love for others\".",
    "version": "1.1",
    "homepage_url": "http:\/\/www.jeffreythompson.org",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "replace.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}