YouTube WATCHED. Classic View

This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.

ما هو YouTube WATCHED. Classic View؟

YouTube WATCHED. Classic View هو إضافة Chrome تم تطويرها بواسطة https://kiman.odesa.in، والميزة الرئيسية لها هي "This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube WATCHED. Classic View

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

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

                        YouTube WATCHED extension adds a WATCHED mark to the thumbnail of viewed video, and makes it dimmer.                    

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

الاسم YouTube WATCHED. Classic View YouTube WATCHED. Classic View
ID aendhplcpcfjlebhcjfiapmoaiekpkba
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-watched-classic-v/aendhplcpcfjlebhcjfiapmoaiekpkba
الوصف This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.
حجم الملف 10.4 KB
عدد التثبيتات 11,497
النسخة الحالية 0.4.5
آخر تحديث 2022-01-30
تاريخ النشر 2020-01-03
تقييم 3.88/5 مجموع تقييمات 121
المطور https://kiman.odesa.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://kiman.odesa.in/2017/08/31/plagin-prosmotreno-na-youtube-dlya-googlechrome/
عنوان صفحة المساعدة http://kiman.odesa.in/2017/08/31/youtube-plugin-that-marks-video-watched-for-google-chrome/
اللغات المدعومة de,en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_short_chrome_extension_name__",
    "version": "0.4.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/feed\/history\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}