Bruh

Bruh Moment

Bruhとは何ですか?

Bruhはchillipenguinによって開発されたChromeの拡張機能で、その主な機能は「Bruh Moment」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Bruh拡張機能のCRXファイルをダウンロード

Bruh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Bruh Bruh
ID jdlgoebkipoinomjfgpggjhmoaoekmce
公式URL https://chromewebstore.google.com/detail/bruh/jdlgoebkipoinomjfgpggjhmoaoekmce
説明 Bruh Moment
ファイルサイズ 15.3 KB
インストール数 1,582
現在のバージョン SoManyOptions
最終更新日 2021-11-15
公開日 2020-09-01
評価 4.71/5 合計 17 レビュー
開発者 chillipenguin
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}