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?++是由christian cicerone開發的Chrome擴展程式,該擴展的主要功能是“Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)”。
擴展截圖
下載Can I Stream it?++擴展crx文件
下載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?' 擴展基本資訊
| 名稱 | |
| ID | cjofoihjmijpmepjbdpjhehcgpnopmbk |
| 官方網址 | 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"
}
} | |