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
公式URL 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
Eメール [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"
    ]
}