Music Only for Youtube

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

Cos'è Music Only for Youtube?

Music Only for Youtube è un'estensione di Chrome sviluppata da HamsterApps, e la sua funzione principale è "Keep only the music of Youtube: hides all videos, all images, yeah!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Music Only for Youtube

Scarica i file di estensione Music Only for Youtube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Music Only for Youtube Music Only for Youtube
ID mcaikbdablblhjhgpnbknbkbegogbhlm
URL Ufficiale https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm
Descrizione Keep only the music of Youtube: hides all videos, all images, yeah!
Dimensione del File 85.09 KB
Conteggio Installazioni 2,430
Versione Corrente 0.2
Ultimo Aggiornamento 2022-07-19
Data di Pubblicazione 2022-07-18
Valutazione 4.05/5 Totale 20 Valutazioni
Sviluppatore HamsterApps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}