Music Only for Youtube

Keep only the music of Youtube: hides all videos, all images, yeah!

ما هو Music Only for Youtube؟

Music Only for Youtube هو إضافة Chrome تم تطويرها بواسطة HamsterApps، والميزة الرئيسية لها هي "Keep only the music of Youtube: hides all videos, all images, yeah!".

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

screenshot

تحميل ملف CRX للإضافة Music Only for Youtube

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

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

                        A must-have for WORK!
Hide the videos and keep only the sound of Youtube!                    

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

الاسم Music Only for Youtube Music Only for Youtube
ID mcaikbdablblhjhgpnbknbkbegogbhlm
عنوان URL الرسمي https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm
الوصف Keep only the music of Youtube: hides all videos, all images, yeah!
حجم الملف 85.09 KB
عدد التثبيتات 2,430
النسخة الحالية 0.2
آخر تحديث 2022-07-19
تاريخ النشر 2022-07-18
تقييم 4.05/5 مجموع تقييمات 20
المطور HamsterApps
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rapha\u00ebl L\u00e9ger",
    "browser_action": {
        "default_icon": "icon-on.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Keep only the music of Youtube: hides all videos, all images, yeah!",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Music Only for Youtube",
    "permissions": [
        "activeTab"
    ],
    "version": "0.2",
    "web_accessible_resources": [
        "js\/script.js"
    ]
}