Netflix Watched

Easy way to hide what you watched

ما هو Netflix Watched؟

Netflix Watched هو إضافة Chrome تم تطويرها بواسطة Taha Selim Aksakal، والميزة الرئيسية لها هي "Easy way to hide what you watched".

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

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Netflix Watched بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Netflix Watched

An add-on made so that a movie or series you watch is not recommended to you again. you can hide or transparency the movie or tv series you watched on netflix by clicking the I watched it button with this extension.

You can use the widget by clicking the eye icon on the screen you are previewing movie or tv series. And so the movie or series becomes transparent or hidden according to your setting.                    

معلومات أساسية عن التمديد

الاسم Netflix Watched Netflix Watched
ID aikgnchdeknanlkgjnbniadpanlgeeig
عنوان URL الرسمي https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig
الوصف Easy way to hide what you watched
حجم الملف 276 KB
عدد التثبيتات 147
النسخة الحالية 0.5
آخر تحديث 2022-03-28
تاريخ النشر 2022-03-21
تقييم 2.60/5 مجموع تقييمات 5
المطور Taha Selim Aksakal
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://logozof.com/
عنوان صفحة المساعدة http://logozof.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Watched",
    "description": "Easy way to hide what you watched",
    "version": "0.5",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Netflix Watched",
        "default_icon": "assets\/logo.png"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/"
    ],
    "manifest_version": 3
}