Bringe

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

Bringe란 무엇입니까?

Bringe은(는) sagar0907에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Bringe to get ratings, reviews, trailers, subtitles, Streaming / Download links and more of your favourite Movies and TV Shows"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bringe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}