Can I Stream it?++
Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)
Can I Stream it?++คืออะไร?
Can I Stream it?++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย christian cicerone และคุณลักษณะหลักของมันคือ "Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Can I Stream it?++
ดาวน์โหลดไฟล์ส่วนขยาย Can I Stream it?++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UNOFFICIAL extension for searching streaming options for movies and tv shows on 'canistream.it' with AUTO-DETECT! Currently features 2 fast searching options: [1] Right-click any selected text to search... [2] Right-click in open space on a supported website and attempt to AUTO-DETECT the title. (sweet!) Supported Auto-Detect websites: [1] www.IMDB.com [2] www.rottentomatoes.com [3] www.metacritic.com [4] www.themoviedb.com [5] www.trakt.com [6] www.letterboxd.com Icon Credits: Icon made by Freepik from www.flaticon.com is licensed under CC BY 3.0 Notes: Feel free to contact with with any bugs or requests. This is my first extension, so i'm looking to improve it! Disclaimer: I have no affiliation with 'Can I stream.it?'
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Can I Stream it?++ |
ID | cjofoihjmijpmepjbdpjhehcgpnopmbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/can-i-stream-it++/cjofoihjmijpmepjbdpjhehcgpnopmbk |
คำอธิบาย | Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL) |
ขนาดไฟล์ | 11.82 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-11-05 |
วันที่เผยแพร่ | 2014-11-04 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | christian cicerone |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Can I Stream it?++", "description": "Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)", "version": "1.0", "author": "christian cicerone", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "icons": { "16": "wireless16.png", "32": "wireless32.png", "64": "wireless64.png" } } |