Marie Le Conte -> Marie Le Pepe

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

Was ist Marie Le Conte -> Marie Le Pepe?

Marie Le Conte -> Marie Le Pepe ist eine Chrome-Erweiterung, die von cr3 entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".

Erweiterungsscreenshots

screenshot

Marie Le Conte -> Marie Le Pepe-Erweiterungs-CRX-Datei herunterladen

Laden Sie Marie Le Conte -> Marie Le Pepe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

2016 Update: Now makes fart noises                    

Grundlegende Informationen zur Erweiterung

Name Marie Le Conte -> Marie Le Pepe Marie Le Conte -> Marie Le Pepe
ID egedkpknejmmcmpfgpninamalcdicepg
Offizielle URL https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg
Beschreibung Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Dateigröße 15.24 KB
Installationsanzahl 81
Aktuelle Version 0.6
Letztes Update 2016-06-14
Veröffentlichungsdatum 2016-06-14
Bewertung 2.71/5 Insgesamt 7 Bewertungen
Entwickler cr3
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}