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 to jest Love Not Robots?

Love Not Robots to rozszerzenie Chrome opracowane przez Jeff Thompson, a jego główną funkcją jest „Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Love Not Robots

Pobierz pliki rozszerzeń Love Not Robots w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Love Not Robots Love Not Robots
ID menoiohidcfnhgafapjmbblibamkgacb
Oficjalny URL https://chrome.google.com/webstore/detail/love-not-robots/menoiohidcfnhgafapjmbblibamkgacb
Opis Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".
Rozmiar pliku 41.46 KB
Liczba instalacji 161
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-07-29
Data Publikacji 2019-07-25
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper Jeff Thompson
Typ Płatności free
Obsługiwane Języki 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
}