Bringe

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

Bringeคืออะไร?

Bringe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Bringe

ดาวน์โหลดไฟล์ส่วนขยาย Bringe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}