Netflix Watched Marker

Easily mark the Netflix movies you watched as watched.

ما هو Netflix Watched Marker؟

Netflix Watched Marker هو إضافة Chrome تم تطويرها بواسطة https://giraybal.com، والميزة الرئيسية لها هي "Easily mark the Netflix movies you watched as watched.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Netflix Watched Marker

قم بتنزيل ملفات الامتداد Netflix Watched Marker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}