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? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joshzignego และคุณลักษณะหลักของมันคือ "Displays streaming availability of movie/TV show with most similar title to highlighted text on Netflix, Hulu, Amazon Prime and HBO."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Can I Stream It?

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}