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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}