Bhrome
Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
What is Bhrome?
Bhrome is a Chrome extension developed by plsrespond, and its main feature is "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome".
Extension Screenshots
Download Bhrome Extension CRX File
Download Bhrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!"
Extension Basic Information
Name | Bhrome |
ID | eobbngjplojlmbacmbgidhpjmkpcdpom |
Official URL | https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom |
Description | Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome |
File Size | 27.95 KB |
Installation Count | 32 |
Current Version | 0.2 |
Last Updated | 2017-02-02 |
Publish Date | 2017-02-02 |
Rating | 4.86/5 Total 7 Ratings |
Developer | plsrespond |
Payment Type | free |
Supported Languages | 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" } ] } |