Bhrome
Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
Vad är Bhrome?
Bhrome är en Chrome-tillägg utvecklad av plsrespond, och dess huvudfunktion är "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome".
Tilläggsskärmbilder
Ladda ner Bhrome-förlängningens CRX-fil
Ladda ner Bhrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!"
Grundläggande Information om Tillägg
Namn | Bhrome |
ID | eobbngjplojlmbacmbgidhpjmkpcdpom |
Officiell webbadress | https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom |
Beskrivning | Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome |
Filstorlek | 27.95 KB |
Antal Installationer | 32 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2017-02-02 |
Publiceringsdatum | 2017-02-02 |
Betyg | 4.86/5 Totalt 7 Betyg |
Utvecklare | plsrespond |
Betalningssätt | free |
Stödda Språk | 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" } ] } |