Bruh

Bruh Moment

Cos'è Bruh?

Bruh è un'estensione di Chrome sviluppata da chillipenguin, e la sua funzione principale è "Bruh Moment".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bruh

Scarica i file di estensione Bruh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Bruh Bruh
ID jdlgoebkipoinomjfgpggjhmoaoekmce
URL Ufficiale https://chromewebstore.google.com/detail/bruh/jdlgoebkipoinomjfgpggjhmoaoekmce
Descrizione Bruh Moment
Dimensione del File 15.3 KB
Conteggio Installazioni 1,582
Versione Corrente SoManyOptions
Ultimo Aggiornamento 2021-11-15
Data di Pubblicazione 2020-09-01
Valutazione 4.71/5 Totale 17 Valutazioni
Sviluppatore chillipenguin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}