Cuck to Smurf

This extension squanches the word cuck to smurf.

What is Cuck to Smurf?

Cuck to Smurf is a Chrome extension developed by Afal, and its main feature is "This extension squanches the word cuck to smurf.".

Download Cuck to Smurf Extension CRX File

Download Cuck to Smurf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Cuck to Smurf Cuck to Smurf
ID ofphpecnggajokednpbnbghnlloaccco
Official URL https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco
Description This extension squanches the word cuck to smurf.
File Size 24.47 KB
Installation Count 13
Current Version 1.0
Last Updated 2016-05-06
Publish Date 2016-05-06
Developer Afal
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}