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)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Can I Stream it?++ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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?++ 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"
    }
}