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
}