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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
}