Now Playing Pop-up for YouTube™
Shows pop-up with every new song YouTube plays.
What is Now Playing Pop-up for YouTube™?
Now Playing Pop-up for YouTube™ is a Chrome extension developed by Yuya Tanaka (ypresto), and its main feature is "Shows pop-up with every new song YouTube plays.".
Extension Screenshots
Download Now Playing Pop-up for YouTube™ Extension CRX File
Download Now Playing Pop-up for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Notifies YouTube video title at every playback, like some music players (ex. Winamp or iTunes).
Extension Basic Information
Name | |
ID | hkkhehaonffoeecpfdlnmofodcllilnl |
Official URL | https://chrome.google.com/webstore/detail/now-playing-pop-up-for-yo/hkkhehaonffoeecpfdlnmofodcllilnl |
Description | Shows pop-up with every new song YouTube plays. |
File Size | 19.93 KB |
Installation Count | 203 |
Current Version | 2.1 |
Last Updated | 2016-10-04 |
Publish Date | 2016-10-04 |
Rating | 2.71/5 Total 7 Ratings |
Developer | Yuya Tanaka (ypresto) |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ypresto |
Supported Languages | 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" ] } |