Bruh

Bruh Moment

Bruh란 무엇입니까?

Bruh은(는) chillipenguin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bruh Moment"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bruh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}