Bruh

Bruh Moment

Qu'est-ce que Bruh ?

Bruh est une extension Chrome développée par chillipenguin, et sa fonction principale est "Bruh Moment".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bruh

Téléchargez les fichiers d'extension Bruh au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bruh Bruh
ID jdlgoebkipoinomjfgpggjhmoaoekmce
URL Officiel https://chromewebstore.google.com/detail/bruh/jdlgoebkipoinomjfgpggjhmoaoekmce
Description Bruh Moment
Taille du Fichier 15.3 KB
Nombre d'Installations 1,582
Version Actuelle SoManyOptions
Dernière Mise à Jour 2021-11-15
Date de Publication 2020-09-01
Évaluation 4.71/5 Total 17 Évaluations
Développeur chillipenguin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}