Cuck to Smurf

This extension squanches the word cuck to smurf.

Wat is Cuck to Smurf?

Cuck to Smurf is een Chrome-extensie ontwikkeld door Afal, en de belangrijkste functie is "This extension squanches the word cuck to smurf.".

Download het CRX-bestand van de extensie Cuck to Smurf

Download Cuck to Smurf-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

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

Basisinformatie over de Extensie

Naam Cuck to Smurf Cuck to Smurf
ID ofphpecnggajokednpbnbghnlloaccco
Officiële URL https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco
Beschrijving This extension squanches the word cuck to smurf.
Bestandsgrootte 24.47 KB
Aantal Installaties 13
Huidige Versie 1.0
Laatst Bijgewerkt 2016-05-06
Publicatiedatum 2016-05-06
Ontwikkelaar Afal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}