Cuck to Smurf

This extension squanches the word cuck to smurf.

Hvad er Cuck to Smurf?

Cuck to Smurf er en Chrome-udvidelse udviklet af Afal, og dens hovedfunktion er "This extension squanches the word cuck to smurf.".

Download Cuck to Smurf-udvidelses-CRX-fil

Download Cuck to Smurf-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Cuck to Smurf Cuck to Smurf
ID ofphpecnggajokednpbnbghnlloaccco
Officiel URL https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco
Beskrivelse This extension squanches the word cuck to smurf.
Filstørrelse 24.47 KB
Antal Installationer 13
Nuværende Version 1.0
Senest Opdateret 2016-05-06
Udgivelsesdato 2016-05-06
Udvikler Afal
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}