Bringe

Get Bringe to get ratings, reviews, trailers, subtitles, Streaming / Download links and more of your favourite Movies and TV Shows

Bringe क्या है?

Bringe sagar0907 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Bringe to get ratings, reviews, trailers, subtitles, Streaming / Download links and more of your favourite Movies and TV Shows"।

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

screenshot
screenshot
screenshot

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

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

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

                        A one-stop solution for all your movies and tv-series needs.
Use Bringe to get ratings, reviews, trailers, subtitles, Streaming / Download links, and more for your favourite movies as well as tv-series.
Bringe configures your Default Search in the browser. In the address bar then type 'b' press TAB on your keyboard, enter your query and get the results you are looking for.
Bringe has an inbuilt video player to stream your favourite movies/shows. And also provides the feature to download them.

Bringe is an open source project. Contribute here - github.com/sagar0907/bringe                    

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

नाम Bringe Bringe
ID kjkmhkicphnkbfgafbigdklljcmogmpg
आधिकारिक URL https://chrome.google.com/webstore/detail/bringe/kjkmhkicphnkbfgafbigdklljcmogmpg
विवरण Get Bringe to get ratings, reviews, trailers, subtitles, Streaming / Download links and more of your favourite Movies and TV Shows
फ़ाइल का आकार 3.3 MB
स्थापना संख्या 123
वर्तमान संस्करण 0.0.2.3
अंतिम अपडेट 2018-06-01
प्रकाशन तिथि 2018-06-01
रेटिंग 4.40/5 कुल 15 रेटिंग्स
डेवलपर sagar0907
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bringe",
    "short_name": "Bringe",
    "description": "Get Bringe to get ratings, reviews, trailers, subtitles, Streaming \/ Download links and more of your favourite Movies and TV Shows",
    "version": "0.0.2.3",
    "browser_action": {
        "default_icon": "images\/bringe-48.png",
        "default_title": "Bringe"
    },
    "omnibox": {
        "keyword": "b"
    },
    "commands": {
        "launch-bringe": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "Command+Shift+B"
            },
            "description": "Launch Bringe"
        }
    },
    "icons": {
        "16": "images\/bringe-16.png",
        "48": "images\/bringe-48.png",
        "128": "images\/bringe-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "background",
        "downloads",
        "downloads.shelf",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}