Bhrome
Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
Wat is Bhrome?
Bhrome is een Chrome-extensie ontwikkeld door plsrespond, en de belangrijkste functie is "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Bhrome
Download Bhrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!" Basisinformatie over de Extensie
| Naam | |
| ID | eobbngjplojlmbacmbgidhpjmkpcdpom |
| Officiële URL | https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom |
| Beschrijving | Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome |
| Bestandsgrootte | 27.95 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2017-02-02 |
| Publicatiedatum | 2017-02-02 |
| Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | plsrespond |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |