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

What is Love Not Robots?

Love Not Robots is a Chrome extension developed by Jeff Thompson, and its main feature is "Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".".

Extension Screenshots

screenshot

Download Love Not Robots Extension CRX File

Download Love Not Robots 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

                                            

Extension Basic Information

Name Love Not Robots Love Not Robots
ID menoiohidcfnhgafapjmbblibamkgacb
Official URL https://chrome.google.com/webstore/detail/love-not-robots/menoiohidcfnhgafapjmbblibamkgacb
Description Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".
File Size 41.46 KB
Installation Count 161
Current Version 1.1
Last Updated 2019-07-29
Publish Date 2019-07-25
Rating 1.00/5 Total 2 Ratings
Developer Jeff Thompson
Payment Type free
Supported Languages 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
}