Netflix Extended

Extended features for Netflix

Netflix Extended란 무엇입니까?

Netflix Extended은(는) Tzach Ovadia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extended features for Netflix"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Enhance your Netflix!
- Adds IMDB scores so you you don't have to Google it every time
- List items by score                    

확장 프로그램 기본 정보

이름 Netflix Extended Netflix Extended
ID clmndacmaakbpdaiehdgpojangpcnhmk
공식 URL https://chromewebstore.google.com/detail/netflix-extended/clmndacmaakbpdaiehdgpojangpcnhmk
설명 Extended features for Netflix
파일 크기 10.07 KB
설치 횟수 21
현재 버전 1.0.0
최근 업데이트 2019-05-16
출시 날짜 2019-05-16
개발자 Tzach Ovadia
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Extended",
    "short_name": "Nfx",
    "version": "1.0.0",
    "description": "Extended features for Netflix",
    "author": "Tzach Ovadia",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "utils\/modal.js",
                "utils\/cache-manager.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/nficon2016.png",
        "32": "images\/nficon2016.png",
        "48": "images\/nficon2016.png",
        "128": "images\/nficon2016.png"
    },
    "manifest_version": 2
}