Big Chungus

Big Chungus Will Bless Your Screen

What is Big Chungus?

Big Chungus is a Chrome extension developed by Handmade Studios, and its main feature is "Big Chungus Will Bless Your Screen".

Extension Screenshots

screenshot
screenshot

Download Big Chungus Extension CRX File

Download Big Chungus 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

                        If you like big chungus you will like this extension. 

Changes all of your images to big chungus                    

Extension Basic Information

Name Big Chungus Big Chungus
ID jnlaidmmaklcolofakkoggfihmafbgfd
Official URL https://chromewebstore.google.com/detail/big-chungus/jnlaidmmaklcolofakkoggfihmafbgfd
Description Big Chungus Will Bless Your Screen
File Size 1.95 MB
Installation Count 58
Current Version 0.2
Last Updated 2020-08-06
Publish Date 2020-07-26
Rating 5.00/5 Total 2 Ratings
Developer Handmade Studios
Email [email protected]
Payment Type free
Extension Website https://alexhawking.now.sh/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Big Chungus",
    "version": "0.2",
    "description": "Big Chungus Will Bless Your Screen",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "\/img\/128.png"
        }
    },
    "icons": {
        "128": "\/img\/128.png"
    }
}