Can I Stream It?

Displays streaming availability of movie/TV show with most similar title to highlighted text on Netflix, Hulu, Amazon Prime and HBO.

什麼是Can I Stream It??

Can I Stream It?是由joshzignego開發的Chrome擴展程式,該擴展的主要功能是“Displays streaming availability of movie/TV show with most similar title to highlighted text on Netflix, Hulu, Amazon Prime and HBO.”。

擴展截圖

screenshot

下載Can I Stream It?擴展crx文件

下載Can I Stream It?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tells if the move/TV show with most similar title to the highlighted text is available to stream on Netflix, Hulu, Amazon Prime and HBO.


To use: 

Highlight text.
Click the little green movie icon in the top right of chrome. 
You can click the links if they exist, or simply close the alert box.                    

擴展基本資訊

名稱 Can I Stream It? Can I Stream It?
ID bgmliogjeibnfngnflhbhimclniedpab
官方網址 https://chromewebstore.google.com/detail/can-i-stream-it/bgmliogjeibnfngnflhbhimclniedpab
簡介 Displays streaming availability of movie/TV show with most similar title to highlighted text on Netflix, Hulu, Amazon Prime and HBO.
檔案大小 65.42 KB
安裝次數 98
目前版本 1.1
更新時間 2018-01-29
上架時間 2018-01-28
評分 5.00/5 共 3 次評分
開發者 joshzignego
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Can I Stream It?",
    "version": "1.1",
    "description": "Displays streaming availability of movie\/TV show with most similar title to highlighted text on Netflix, Hulu, Amazon Prime and HBO.",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/reelgood.com\/",
        "http:\/\/reelgood.com\/",
        "https:\/\/justwatch.com\/",
        "http:\/\/justwatch.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "sweetalert2.all.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "logos\/movie16.png"
    },
    "icons": {
        "16": "logos\/movie16.png",
        "48": "logos\/movie48.png",
        "128": "logos\/movie128.png"
    },
    "web_accessible_resources": [
        "logos\/netflix.png",
        "logos\/hulu.png",
        "logos\/amazon.png",
        "logos\/hbo.png"
    ]
}