Bhrome

Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome

Qu'est-ce que Bhrome ?

Bhrome est une extension Chrome développée par plsrespond, et sa fonction principale est "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bhrome

Téléchargez les fichiers d'extension Bhrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!"                    

Informations de Base sur l'Extension

Nom Bhrome Bhrome
ID eobbngjplojlmbacmbgidhpjmkpcdpom
URL Officiel https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom
Description Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
Taille du Fichier 27.95 KB
Nombre d'Installations 32
Version Actuelle 0.2
Dernière Mise à Jour 2017-02-02
Date de Publication 2017-02-02
Évaluation 4.86/5 Total 7 Évaluations
Développeur plsrespond
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}