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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}