Bruh

Bruh Moment

What is Bruh?

Bruh is a Chrome extension developed by chillipenguin, and its main feature is "Bruh Moment".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bruh Extension CRX File

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

                        Converts any page into bruhs. Yea, thats its, I mean what else did you expect with the word bruh?

Some Cool Features:
Dynamic bruh technology to automatically bruh new text
Quickly convert your page into bruhs,
Click to turn on, click to turn off
Two types of Bruhs
And so much more!

Current version: v1.4(So Many Options)

Update Log: Added so more options! (Right click the extension icon, and then click 'options')                    

Extension Basic Information

Name Bruh Bruh
ID jdlgoebkipoinomjfgpggjhmoaoekmce
Official URL https://chromewebstore.google.com/detail/bruh/jdlgoebkipoinomjfgpggjhmoaoekmce
Description Bruh Moment
File Size 15.3 KB
Installation Count 1,582
Current Version SoManyOptions
Last Updated 2021-11-15
Publish Date 2020-09-01
Rating 4.71/5 Total 17 Ratings
Developer chillipenguin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bruh",
    "version": "1.4",
    "version_name": "SoManyOptions",
    "description": "Bruh Moment",
    "manifest_version": 3,
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}