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文件

下載Netflix Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}