Bhrome

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

什麼是Bhrome?

Bhrome是由plsrespond開發的Chrome擴展程式,該擴展的主要功能是“Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome”。

擴展截圖

screenshot
screenshot

下載Bhrome擴展crx文件

下載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
官方網址 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"
        }
    ]
}