Cuck to Smurf

This extension squanches the word cuck to smurf.

Cos'è Cuck to Smurf?

Cuck to Smurf è un'estensione di Chrome sviluppata da Afal, e la sua funzione principale è "This extension squanches the word cuck to smurf.".

Scarica il file CRX dell'estensione Cuck to Smurf

Scarica i file di estensione Cuck to Smurf 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

                        This changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.                    

Informazioni di Base sull'Estensione

Nome Cuck to Smurf Cuck to Smurf
ID ofphpecnggajokednpbnbghnlloaccco
URL Ufficiale https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco
Descrizione This extension squanches the word cuck to smurf.
Dimensione del File 24.47 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2016-05-06
Data di Pubblicazione 2016-05-06
Sviluppatore Afal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cuck to Smurf",
    "description": "This extension squanches the word cuck to smurf.",
    "version": "1.0",
    "icons": {
        "128": "smurf.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}