Bruh

Bruh Moment

ما هو Bruh؟

Bruh هو إضافة Chrome تم تطويرها بواسطة chillipenguin، والميزة الرئيسية لها هي "Bruh Moment".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bruh

قم بتنزيل ملفات الامتداد Bruh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}