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
}