Thicc

Make your browser extra thicc. Replaces 'thick' with 'thicc'

What is Thicc?

Thicc is a Chrome extension developed by Unknown, and its main feature is "Make your browser extra thicc. Replaces 'thick' with 'thicc'".

Extension Screenshots

screenshot

Download Thicc Extension CRX File

Download Thicc 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

                        Make your browser extra thicc.
Replaces 'thick' with 'thicc'                    

Extension Basic Information

Name Thicc Thicc
ID ccakaebjipfdoinffgbgapjijmbdcfjc
Official URL https://chromewebstore.google.com/detail/thicc/ccakaebjipfdoinffgbgapjijmbdcfjc
Description Make your browser extra thicc. Replaces 'thick' with 'thicc'
File Size 6.43 KB
Installation Count 184
Current Version 0.1
Last Updated 2017-02-09
Publish Date 2017-02-09
Rating 5.00/5 Total 9 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thicc",
    "version": "0.1",
    "title": "Thicc",
    "short_name": "Thicc",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}