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
电子邮箱 [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"
    ]
}