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
}