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

Love Not Robots क्या है?

Love Not Robots Jeff Thompson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others"."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Love Not Robots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Love Not Robots Love Not Robots
ID menoiohidcfnhgafapjmbblibamkgacb
आधिकारिक URL https://chrome.google.com/webstore/detail/love-not-robots/menoiohidcfnhgafapjmbblibamkgacb
विवरण Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".
फ़ाइल का आकार 41.46 KB
स्थापना संख्या 161
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-07-29
प्रकाशन तिथि 2019-07-25
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर Jeff Thompson
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}