Netflix Plus

Enhance netflix with imdb ratings and trailers. It just works.

Netflix Plus란 무엇입니까?

Netflix Plus은(는) viralmedialtds에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance netflix with imdb ratings and trailers. It just works."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        If you're reading this description, it means that you went through all the list of extensions that look for IMDB ratings of Netflix movies and tv shows and realised that none of the actually work. Well, I went through the same experience and decided to create one that just works and is up and running 24/7.

If you do find anything weird or have any suggestions do let me know.                    

확장 프로그램 기본 정보

이름 Netflix Plus Netflix Plus
ID gighcjbhfoddlkgakhdbhpbkfnlphenk
공식 URL https://chrome.google.com/webstore/detail/netflix-plus/gighcjbhfoddlkgakhdbhpbkfnlphenk
설명 Enhance netflix with imdb ratings and trailers. It just works.
파일 크기 282 KB
설치 횟수 12,359
현재 버전 1.11.0
최근 업데이트 2022-09-23
출시 날짜 2019-12-24
평점 3.38/5 총 55 개의 평점
개발자 viralmedialtds
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vTn_TC1AD_eZEL3hd81oxCISKskBJSktMnFpJX72all6cUvqGpmJQ_erM3eKhc4lxGuTy_8t1NaGJun/pub
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "Enhance netflix with imdb ratings and trailers. It just works.",
    "homepage_url": "https:\/\/ignaciorivas.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Plus",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "background",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "page_action": {
        "default_title": "kaka"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.11.0"
}