Netflix Watched

Easy way to hide what you watched

Netflix Watched là gì?

Netflix Watched là một tiện ích mở rộng Chrome được phát triển bởi Taha Selim Aksakal, và tính năng chính của nó là "Easy way to hide what you watched".

Ả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 Watched

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

                        Netflix Watched

An add-on made so that a movie or series you watch is not recommended to you again. you can hide or transparency the movie or tv series you watched on netflix by clicking the I watched it button with this extension.

You can use the widget by clicking the eye icon on the screen you are previewing movie or tv series. And so the movie or series becomes transparent or hidden according to your setting.                    

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

Tên Netflix Watched Netflix Watched
ID aikgnchdeknanlkgjnbniadpanlgeeig
URL Chính Thức https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig
Mô tả Easy way to hide what you watched
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2022-03-21
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Taha Selim Aksakal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://logozof.com/
URL Trang Trợ Giúp http://logozof.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Watched",
    "description": "Easy way to hide what you watched",
    "version": "0.5",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Netflix Watched",
        "default_icon": "assets\/logo.png"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/"
    ],
    "manifest_version": 3
}