NetRating - IMDB Ratings for Netflix

Add IMDB ratings to your Netflix.

NetRating - IMDB Ratings for Netflix là gì?

NetRating - IMDB Ratings for Netflix là một tiện ích mở rộng Chrome được phát triển bởi Philipp Bergmann, và tính năng chính của nó là "Add IMDB ratings to your 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 NetRating - IMDB Ratings for Netflix

Tải xuống các tệp mở rộng NetRating - IMDB Ratings for Netflix 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

                        This Chrome Extension will display the newest IMDB Rating seamlessly integrated into your Netflix website.
You also can click the IMDB logo an a new tab with the imdb-page will open.
Works best with english language settings, but will work for most languages.
The Extension can only access netflix.com and is kept minimal.

We are using http://www.omdbapi.com/ to gather the information we need.                    

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

Tên NetRating - IMDB Ratings for Netflix NetRating - IMDB Ratings for Netflix
ID onhgpfjfofbdiiddhklbhkajangcligj
URL Chính Thức https://chrome.google.com/webstore/detail/netrating-imdb-ratings-fo/onhgpfjfofbdiiddhklbhkajangcligj
Mô tả Add IMDB ratings to your Netflix.
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-10-09
Ngày Phát Hành 2017-10-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Philipp Bergmann
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "assets\/js\/jquery-1.7.1.min.js",
                "assets\/js\/netrating.js"
            ],
            "css": [
                "assets\/css\/netflix.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "NetRating"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Add IMDB ratings to your Netflix.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25",
    "name": "NetRating - IMDB Ratings for Netflix",
    "offline_enabled": false,
    "web_accessible_resources": [
        "imdb_logo.png"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.omdbapi.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}