Netflix Watched Marker
Easily mark the Netflix movies you watched as watched.
Netflix Watched Marker क्या है?
Netflix Watched Marker https://giraybal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily mark the Netflix movies you watched as watched."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Watched Marker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |