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
电子邮箱 [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"
            ]
        }
    ]
}