Netflix Recommender

This is an extension to recommend movies/shows from Netflix.

Netflix Recommender là gì?

Netflix Recommender là một tiện ích mở rộng Chrome được phát triển bởi Rishikesh95, và tính năng chính của nó là "This is an extension to recommend movies/shows from Netflix.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Netflix Recommender 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 no longer have to worry about deciding what to watch.This extension recommends you 20 movies/shows to watch on Netflix. You can also search genres, keywords, etc. to get specific recommendations. A simple click on any of the recommendations will redirect you to a new tab where the recommendation starts playing (if your Netflix is logged in) or opens Netflix with that specific recommendation.                    

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

Tên Netflix Recommender Netflix Recommender
ID jmlenepjghcaamoohdpjgnmaaememald
URL Chính Thức https://chromewebstore.google.com/detail/netflix-recommender/jmlenepjghcaamoohdpjgnmaaememald
Mô tả This is an extension to recommend movies/shows from Netflix.
Kích Thước Tệp 12.98 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-06-29
Ngày Phát Hành 2023-06-28
Đánh Giá 5.00/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Rishikesh95
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Recommender",
    "version": "1.0.4",
    "description": "This is an extension to recommend movies\/shows from Netflix.",
    "manifest_version": 3,
    "author": "Rishikesh Yadav",
    "icons": {
        "128": "icon_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' 'nonce-EDNnf03nceIOfn39fn3e9h3sdfa'"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Netflix Recommender",
        "default_icon": "icon_128.png",
        "icons": {
            "128": "icon_128.png"
        }
    }
}