Youtube Likes Sidebar Button

Adds a Liked Videos link to the library section of the Youtube sidebar.

ما هو Youtube Likes Sidebar Button؟

Youtube Likes Sidebar Button هو إضافة Chrome تم تطويرها بواسطة http://systemcluster.me، والميزة الرئيسية لها هي "Adds a Liked Videos link to the library section of the Youtube sidebar.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Youtube Likes Sidebar Button

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

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

                        Adds a Liked Videos link to the library section of the Youtube sidebar.
Integrates seamlessly with the existing sidebar links.

2017-08-30: Updated to support the new Polymer Youtube layout.                    

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

الاسم Youtube Likes Sidebar Button Youtube Likes Sidebar Button
ID ahmdidmhhffpkhgfihmcinmlklpeipjm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm
الوصف Adds a Liked Videos link to the library section of the Youtube sidebar.
حجم الملف 9.89 KB
عدد التثبيتات 250
النسخة الحالية 0.2.0
آخر تحديث 2018-07-28
تاريخ النشر 2018-07-28
تقييم 4.17/5 مجموع تقييمات 6
المطور http://systemcluster.me
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Likes Sidebar Button",
    "short_name": "Youtube Likes Sidebar Button",
    "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.",
    "version": "0.2.0",
    "author": "Christian Sdunek",
    "icons": {
        "16": "chrome\/skin\/icon16.png",
        "48": "chrome\/skin\/icon48.png",
        "96": "chrome\/skin\/icon96.png",
        "128": "chrome\/skin\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}