Now Playing Pop-up for YouTube™
Shows pop-up with every new song YouTube plays.
Cos'è Now Playing Pop-up for YouTube™?
Now Playing Pop-up for YouTube™ è un'estensione di Chrome sviluppata da Yuya Tanaka (ypresto), e la sua funzione principale è "Shows pop-up with every new song YouTube plays.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Now Playing Pop-up for YouTube™
Scarica i file di estensione Now Playing Pop-up 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
Notifies YouTube video title at every playback, like some music players (ex. Winamp or iTunes).
Informazioni di Base sull'Estensione
Nome | |
ID | hkkhehaonffoeecpfdlnmofodcllilnl |
URL Ufficiale | https://chrome.google.com/webstore/detail/now-playing-pop-up-for-yo/hkkhehaonffoeecpfdlnmofodcllilnl |
Descrizione | Shows pop-up with every new song YouTube plays. |
Dimensione del File | 19.93 KB |
Conteggio Installazioni | 203 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2016-10-04 |
Data di Pubblicazione | 2016-10-04 |
Valutazione | 2.71/5 Totale 7 Valutazioni |
Sviluppatore | Yuya Tanaka (ypresto) |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ypresto |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Now Playing Pop-up for YouTube\u2122", "version": "2.1", "description": "Shows pop-up with every new song YouTube plays.", "author": "Yuya Tanaka", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch?*", "https:\/\/www.youtube.com\/watch?*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "notifications" ] } |