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 |
| 公式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"
}
} | |