Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

ما هو Always Show Watch Later؟

Always Show Watch Later هو إضافة Chrome تم تطويرها بواسطة Scott Zackrison، والميزة الرئيسية لها هي "Always shows the Watch Later button for Youtube embedded videos.".

تحميل ملف CRX للإضافة Always Show Watch Later

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

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

                        This extension forces the Watch Later button to be visible for embedded Youtube videos.

--> updated 9/6/17
---> minor bug fix

--> updated 7/18/17
---> fixed another issue in some instances where it wouldn't show the Watch Later button

--> updated 2/14/17
---> fixed an issue in some instances where it wouldn't show the Watch Later button

--> updated 9/24/15
---> faster
---> more reliable
---> more efficient                    

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

الاسم Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
الوصف Always shows the Watch Later button for Youtube embedded videos.
حجم الملف 33.75 KB
عدد التثبيتات 413
النسخة الحالية 1.4
آخر تحديث 2017-09-06
تاريخ النشر 2017-09-06
تقييم 4.64/5 مجموع تقييمات 28
المطور Scott Zackrison
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show Watch Later",
    "description": "Always shows the Watch Later button for Youtube embedded videos.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}