Music Only for Youtube

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

Wat is Music Only for Youtube?

Music Only for Youtube is een Chrome-extensie ontwikkeld door HamsterApps, en de belangrijkste functie is "Keep only the music of Youtube: hides all videos, all images, yeah!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Music Only for Youtube

Download Music Only for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Music Only for Youtube Music Only for Youtube
ID mcaikbdablblhjhgpnbknbkbegogbhlm
Officiële URL https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm
Beschrijving Keep only the music of Youtube: hides all videos, all images, yeah!
Bestandsgrootte 85.09 KB
Aantal Installaties 2,430
Huidige Versie 0.2
Laatst Bijgewerkt 2022-07-19
Publicatiedatum 2022-07-18
Beoordeling 4.05/5 Totaal 20 Beoordelingen
Ontwikkelaar HamsterApps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}