Netflix Watched Marker

Easily mark the Netflix movies you watched as watched.

Netflix Watched Marker là gì?

Netflix Watched Marker là một tiện ích mở rộng Chrome được phát triển bởi https://giraybal.com, và tính năng chính của nó là "Easily mark the Netflix movies you watched as watched.".

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

screenshot
screenshot
screenshot

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

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

                        A lightweight extension for Chrome on Netflix.com where you can hide the movies you've already watched.

Its main functions are:
* Hide or show movies with one click.
* Making a backup of all watched movies (can download as a .txt file).

The watchlist is kept in the Chrome cache. Therefore, you can back up your watchlist from time to time and upload your backup in case your Chrome cache is deleted.                    

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

Tên Netflix Watched Marker Netflix Watched Marker
ID dbnjnblicgfgambjhbffkgihmlfokefn
URL Chính Thức https://chromewebstore.google.com/detail/netflix-watched-marker/dbnjnblicgfgambjhbffkgihmlfokefn
Mô tả Easily mark the Netflix movies you watched as watched.
Kích Thước Tệp 48.13 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-10-02
Nhà Phát Triển https://giraybal.com
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 Watched Marker",
    "description": "Easily mark the Netflix movies you watched as watched.",
    "author": "Giray Bal",
    "manifest_version": 3,
    "version": "1.1.1",
    "content_scripts": [
        {
            "css": [
                "static\/css\/my.css"
            ],
            "js": [
                "static\/js\/jquery.min.js",
                "nf\/content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "nf\/logos\/128.png",
        "48": "nf\/logos\/48.png",
        "16": "nf\/logos\/16.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "action": {
        "default_popup": "popup_nf.html",
        "default_title": "Netflix Watched Marker"
    }
}