Netflix Watched Marker

Easily mark the Netflix movies you watched as watched.

Netflix Watched Markerとは何ですか?

Netflix Watched Markerはhttps://giraybal.comによって開発されたChromeの拡張機能で、その主な機能は「Easily mark the Netflix movies you watched as watched.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Netflix Watched Marker拡張機能のCRXファイルをダウンロード

Netflix Watched Marker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Netflix Watched Marker Netflix Watched Marker
ID dbnjnblicgfgambjhbffkgihmlfokefn
公式URL https://chromewebstore.google.com/detail/netflix-watched-marker/dbnjnblicgfgambjhbffkgihmlfokefn
説明 Easily mark the Netflix movies you watched as watched.
ファイルサイズ 48.13 KB
インストール数 48
現在のバージョン 1.1.1
最終更新日 2024-02-13
公開日 2023-10-02
開発者 https://giraybal.com
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}