Bhrome
Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
Cos'è Bhrome?
Bhrome è un'estensione di Chrome sviluppata da plsrespond, e la sua funzione principale è "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bhrome
Scarica i file di estensione Bhrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!" Informazioni di Base sull'Estensione
| Nome | |
| ID | eobbngjplojlmbacmbgidhpjmkpcdpom |
| URL Ufficiale | https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom |
| Descrizione | Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome |
| Dimensione del File | 27.95 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2017-02-02 |
| Data di Pubblicazione | 2017-02-02 |
| Valutazione | 4.86/5 Totale 7 Valutazioni |
| Sviluppatore | plsrespond |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |