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".

Hvad er Love Not Robots?

Love Not Robots er en Chrome-udvidelse udviklet af Jeff Thompson, og dens hovedfunktion er "Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".".

Udvidelsesskærmbilleder

screenshot

Download Love Not Robots-udvidelses-CRX-fil

Download Love Not Robots-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Love Not Robots Love Not Robots
ID menoiohidcfnhgafapjmbblibamkgacb
Officiel URL https://chrome.google.com/webstore/detail/love-not-robots/menoiohidcfnhgafapjmbblibamkgacb
Beskrivelse Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".
Filstørrelse 41.46 KB
Antal Installationer 161
Nuværende Version 1.1
Senest Opdateret 2019-07-29
Udgivelsesdato 2019-07-25
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler Jeff Thompson
Betalingsmetode free
Understøttede Sprog 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
}