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
官方網址 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
}