Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

ما هو Youtube - Remove watched fixer؟

Youtube - Remove watched fixer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Actually remove watched Youtube videos from the Watch Later playlist".

تحميل ملف CRX للإضافة Youtube - Remove watched fixer

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

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

                        For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround.                    

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

الاسم Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
الوصف Actually remove watched Youtube videos from the Watch Later playlist
حجم الملف 37.31 KB
عدد التثبيتات 369
النسخة الحالية 0.0.1
آخر تحديث 2016-02-09
تاريخ النشر 2016-02-09
تقييم 3.77/5 مجموع تقييمات 13
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube - Remove watched fixer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Actually remove watched Youtube videos from the Watch Later playlist",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/playlist?list=WL"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}