Cuck to Smurf

This extension squanches the word cuck to smurf.

Vad är Cuck to Smurf?

Cuck to Smurf är en Chrome-tillägg utvecklad av Afal, och dess huvudfunktion är "This extension squanches the word cuck to smurf.".

Ladda ner Cuck to Smurf-förlängningens CRX-fil

Ladda ner Cuck to Smurf-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Cuck to Smurf Cuck to Smurf
ID ofphpecnggajokednpbnbghnlloaccco
Officiell webbadress https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco
Beskrivning This extension squanches the word cuck to smurf.
Filstorlek 24.47 KB
Antal Installationer 13
Aktuell Version 1.0
Senast Uppdaterad 2016-05-06
Publiceringsdatum 2016-05-06
Utvecklare Afal
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}