Music Only for Youtube

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

Was ist Music Only for Youtube?

Music Only for Youtube ist eine Chrome-Erweiterung, die von HamsterApps entwickelt wurde, und ihr Hauptmerkmal ist "Keep only the music of Youtube: hides all videos, all images, yeah!".

Erweiterungsscreenshots

screenshot

Music Only for Youtube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Music Only for Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Music Only for Youtube Music Only for Youtube
ID mcaikbdablblhjhgpnbknbkbegogbhlm
Offizielle URL https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm
Beschreibung Keep only the music of Youtube: hides all videos, all images, yeah!
Dateigröße 85.09 KB
Installationsanzahl 2,430
Aktuelle Version 0.2
Letztes Update 2022-07-19
Veröffentlichungsdatum 2022-07-18
Bewertung 4.05/5 Insgesamt 20 Bewertungen
Entwickler HamsterApps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}