Now Playing Pop-up for YouTube™
Shows pop-up with every new song YouTube plays.
Qu'est-ce que Now Playing Pop-up for YouTube™ ?
Now Playing Pop-up for YouTube™ est une extension Chrome développée par Yuya Tanaka (ypresto), et sa fonction principale est "Shows pop-up with every new song YouTube plays.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Now Playing Pop-up for YouTube™
Téléchargez les fichiers d'extension Now Playing Pop-up for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Notifies YouTube video title at every playback, like some music players (ex. Winamp or iTunes).
Informations de Base sur l'Extension
Nom | |
ID | hkkhehaonffoeecpfdlnmofodcllilnl |
URL Officiel | https://chrome.google.com/webstore/detail/now-playing-pop-up-for-yo/hkkhehaonffoeecpfdlnmofodcllilnl |
Description | Shows pop-up with every new song YouTube plays. |
Taille du Fichier | 19.93 KB |
Nombre d'Installations | 203 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2016-10-04 |
Date de Publication | 2016-10-04 |
Évaluation | 2.71/5 Total 7 Évaluations |
Développeur | Yuya Tanaka (ypresto) |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ypresto |
Langues Prises en Charge | 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" ] } |