Marie Le Conte -> Marie Le Pepe

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

Cos'è Marie Le Conte -> Marie Le Pepe?

Marie Le Conte -> Marie Le Pepe è un'estensione di Chrome sviluppata da cr3, e la sua funzione principale è "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Marie Le Conte -> Marie Le Pepe

Scarica i file di estensione Marie Le Conte -> Marie Le Pepe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

2016 Update: Now makes fart noises                    

Informazioni di Base sull'Estensione

Nome Marie Le Conte -> Marie Le Pepe Marie Le Conte -> Marie Le Pepe
ID egedkpknejmmcmpfgpninamalcdicepg
URL Ufficiale https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg
Descrizione Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Dimensione del File 15.24 KB
Conteggio Installazioni 81
Versione Corrente 0.6
Ultimo Aggiornamento 2016-06-14
Data di Pubblicazione 2016-06-14
Valutazione 2.71/5 Totale 7 Valutazioni
Sviluppatore cr3
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}