Netflix IMDB top 250

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

Netflix IMDB top 250 là gì?

Netflix IMDB top 250 là một tiện ích mở rộng Chrome được phát triển bởi angusbayley, và tính năng chính của nó là "Removes all movies that aren't in the IMDB top 250 from Netflix.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netflix IMDB top 250

Tải xuống các tệp mở rộng Netflix IMDB top 250 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
URL Chính Thức https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Mô tả Removes all movies that aren't in the IMDB top 250 from Netflix.
Kích Thước Tệp 15.41 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-11-20
Ngày Phát Hành 2014-11-20
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển angusbayley
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}