Marie Le Conte -> Marie Le Pepe

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

Wat is Marie Le Conte -> Marie Le Pepe?

Marie Le Conte -> Marie Le Pepe is een Chrome-extensie ontwikkeld door cr3, en de belangrijkste functie is "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Marie Le Conte -> Marie Le Pepe

Download Marie Le Conte -> Marie Le Pepe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

2016 Update: Now makes fart noises                    

Basisinformatie over de Extensie

Naam Marie Le Conte -> Marie Le Pepe Marie Le Conte -> Marie Le Pepe
ID egedkpknejmmcmpfgpninamalcdicepg
Officiële URL https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg
Beschrijving Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Bestandsgrootte 15.24 KB
Aantal Installaties 81
Huidige Versie 0.6
Laatst Bijgewerkt 2016-06-14
Publicatiedatum 2016-06-14
Beoordeling 2.71/5 Totaal 7 Beoordelingen
Ontwikkelaar cr3
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}