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 - это расширение Chrome, разработанное 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 расширения Love Not Robots

Скачайте файлы расширений 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
}