Bhrome

Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome

ما هو Bhrome؟

Bhrome هو إضافة Chrome تم تطويرها بواسطة plsrespond، والميزة الرئيسية لها هي "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome".

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

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Bhrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Browse the internet safely without being triggered by words that start with 'C'.


Testimonials:
"Before google bhrome I didn't have a safe way to browse and stay up on burrent events with the worlds leading web browser" 

"Now I'm bool, balm, and bollective every time I log on to the web! Thank you Bhrome!"                    

معلومات أساسية عن التمديد

الاسم Bhrome Bhrome
ID eobbngjplojlmbacmbgidhpjmkpcdpom
عنوان URL الرسمي https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom
الوصف Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
حجم الملف 27.95 KB
عدد التثبيتات 32
النسخة الحالية 0.2
آخر تحديث 2017-02-02
تاريخ النشر 2017-02-02
تقييم 4.86/5 مجموع تقييمات 7
المطور plsrespond
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bhrome",
    "short_name": "Bhrome",
    "description": "Making sure everythings \ud83c\udd71\ufe0f\ufe0fool while you \ud83c\udd71\ufe0f\ufe0frowse with \ud83c\udd71\ufe0f\ufe0fhrome",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}