Netflix on IMDB

See if a title is available on Netflix while surfing imdb.

Netflix on IMDB란 무엇입니까?

Netflix on IMDB은(는) wernersbacher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See if a title is available on Netflix while surfing imdb."입니다.

확장 프로그램 스크린샷

screenshot

Netflix on IMDB 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can now see if a title (movie or series) is available on Netflix.
No need to open an external site - the online status is integrated on imdb.com.

If some content is not in the database yet, users can vote to confirm an online status!

*BETA*
Please report all bugs and feedback! Thank you!
I am not associated with Netflix or imdb, neither is the chrome extension.                    

확장 프로그램 기본 정보

이름 Netflix on IMDB Netflix on IMDB
ID gohbicjpaikdmoocdelnmkbkbdniencl
공식 URL https://chrome.google.com/webstore/detail/netflix-on-imdb/gohbicjpaikdmoocdelnmkbkbdniencl
설명 See if a title is available on Netflix while surfing imdb.
파일 크기 44.23 KB
설치 횟수 174
현재 버전 1.1.2
최근 업데이트 2015-06-10
출시 날짜 2015-06-10
평점 4.00/5 총 4 개의 평점
개발자 wernersbacher
결제 유형 free
확장 프로그램 웹 사이트 http://netflix.wernersbacher.de/
도움말 페이지 URL http://netflix.wernersbacher.de/#work
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix on IMDB",
    "version": "1.1.2",
    "description": "See if a title is available on Netflix while surfing imdb.",
    "author": "wernersbacher",
    "homepage_url": "https:\/\/m.wernersbacher.de\/",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.imdb.com\/title\/tt*\/*"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ],
            "css": [
                "inject.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}