Bhrome

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

Bhrome क्या है?

Bhrome plsrespond द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bhrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Bhrome Bhrome
ID eobbngjplojlmbacmbgidhpjmkpcdpom
आधिकारिक URL https://chromewebstore.google.com/detail/bhrome/eobbngjplojlmbacmbgidhpjmkpcdpom
विवरण Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome
फ़ाइल का आकार 27.95 KB
स्थापना संख्या 32
वर्तमान संस्करण 0.2
अंतिम अपडेट 2017-02-02
प्रकाशन तिथि 2017-02-02
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर plsrespond
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}