Netflix IMDB top 250

Removes all movies that aren't in the IMDB top 250 from Netflix.

什麼是Netflix IMDB top 250?

Netflix IMDB top 250是由angusbayley開發的Chrome擴展程式,該擴展的主要功能是“Removes all movies that aren't in the IMDB top 250 from Netflix.”。

擴展截圖

screenshot
screenshot

下載Netflix IMDB top 250擴展crx文件

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

擴展使用說明

                        You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix.

- works in every country!
- always works from the current IMDB top 250
- is awesome
- refresh the page to get the old films back

Simples.                    

擴展基本資訊

名稱 Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
官方網址 https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
簡介 Removes all movies that aren't in the IMDB top 250 from Netflix.
檔案大小 15.41 KB
安裝次數 98
目前版本 1.0
更新時間 2014-11-20
上架時間 2014-11-20
評分 3.00/5 共 3 次評分
開發者 angusbayley
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix IMDB top 250",
    "version": "1.0",
    "description": "Removes all movies that aren't in the IMDB top 250 from Netflix.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cull all movies not in the IMDB top 250!"
    },
    "permissions": [
        "declarativeContent",
        "http:\/\/www.imdb.com\/*",
        "*:\/\/*.netflix.com\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}