4k To Butt

Replaces 4k with Butt all over the web

What is 4k To Butt?

4k To Butt is a Chrome extension developed by JTaylorApps, and its main feature is "Replaces 4k with Butt all over the web".

Extension Screenshots

screenshot

Download 4k To Butt Extension CRX File

Download 4k To Butt 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

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

Extension Basic Information

Name 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
Official URL https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
Description Replaces 4k with Butt all over the web
File Size 15.87 KB
Installation Count 180
Current Version 1.0.1
Last Updated 2014-06-06
Publish Date 2014-06-05
Rating 3.90/5 Total 10 Ratings
Developer JTaylorApps
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}