Bruh

Bruh Moment

Bruhคืออะไร?

Bruh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chillipenguin และคุณลักษณะหลักของมันคือ "Bruh Moment"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bruh

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}