Marie Le Conte -> Marie Le Pepe

Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

Τι είναι το Marie Le Conte -> Marie Le Pepe;

Το Marie Le Conte -> Marie Le Pepe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cr3, και η κύρια λειτουργία του είναι "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Marie Le Conte -> Marie Le Pepe

Λήψη αρχείων επέκτασης Marie Le Conte -> Marie Le Pepe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

2016 Update: Now makes fart noises                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Marie Le Conte -> Marie Le Pepe Marie Le Conte -> Marie Le Pepe
ID egedkpknejmmcmpfgpninamalcdicepg
Επίσημο URL https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg
Περιγραφή Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Μέγεθος Αρχείου 15.24 KB
Αριθμός Εγκαταστάσεων 81
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2016-06-14
Ημερομηνία Δημοσίευσης 2016-06-14
Αξιολόγηση 2.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής cr3
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marie Le Conte -> Marie Le Pepe",
    "version": "0.6",
    "description": "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}