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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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