Bhrome
Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
什么是Bhrome?
Bhrome是由plsrespond开发的Chrome扩展程序,该扩展的主要功能是“Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome”。
扩展截图
下载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 |
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" } ] } |