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.”。
擴展截圖
下載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 |
ID | dbnjnblicgfgambjhbffkgihmlfokefn |
官方網址 | 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" } } |