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开发的Chrome扩展程序,该扩展的主要功能是“Replaces the "I'm not a robot" text from Google's reCAPTCHA and replaces it with the words "I feel love for others".”。

扩展截图

screenshot

下载Love Not Robots扩展crx文件

下载Love Not Robots扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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
}