Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

ما هو Move Youtube comments to sidebar؟

Move Youtube comments to sidebar هو إضافة Chrome تم تطويرها بواسطة yakisova41، والميزة الرئيسية لها هي "Make the YouTube comments section visible from the sidebar".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Move Youtube comments to sidebar

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

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

                        Enable to switch position of YouTube comment section between sidebar and standard position                    

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

الاسم Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
الوصف Make the YouTube comments section visible from the sidebar
حجم الملف 10.4 KB
عدد التثبيتات 79
النسخة الحالية 1.0.1
آخر تحديث 2023-04-02
تاريخ النشر 2023-01-21
تقييم 2.50/5 مجموع تقييمات 2
المطور yakisova41
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "short_name": "mycs",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "__MSG_Description__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "embed.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}