Bruh

Bruh Moment

Wat is Bruh?

Bruh is een Chrome-extensie ontwikkeld door chillipenguin, en de belangrijkste functie is "Bruh Moment".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bruh

Download Bruh-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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')                    

Basisinformatie over de Extensie

Naam Bruh Bruh
ID jdlgoebkipoinomjfgpggjhmoaoekmce
Officiële URL https://chromewebstore.google.com/detail/bruh/jdlgoebkipoinomjfgpggjhmoaoekmce
Beschrijving Bruh Moment
Bestandsgrootte 15.3 KB
Aantal Installaties 1,582
Huidige Versie SoManyOptions
Laatst Bijgewerkt 2021-11-15
Publicatiedatum 2020-09-01
Beoordeling 4.71/5 Totaal 17 Beoordelingen
Ontwikkelaar chillipenguin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}