Now Playing Pop-up for YouTube™
Shows pop-up with every new song YouTube plays.
Vad är Now Playing Pop-up for YouTube™?
Now Playing Pop-up for YouTube™ är en Chrome-tillägg utvecklad av Yuya Tanaka (ypresto), och dess huvudfunktion är "Shows pop-up with every new song YouTube plays.".
Tilläggsskärmbilder
Ladda ner Now Playing Pop-up for YouTube™-förlängningens CRX-fil
Ladda ner Now Playing Pop-up for YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Notifies YouTube video title at every playback, like some music players (ex. Winamp or iTunes).
Grundläggande Information om Tillägg
Namn | |
ID | hkkhehaonffoeecpfdlnmofodcllilnl |
Officiell webbadress | https://chrome.google.com/webstore/detail/now-playing-pop-up-for-yo/hkkhehaonffoeecpfdlnmofodcllilnl |
Beskrivning | Shows pop-up with every new song YouTube plays. |
Filstorlek | 19.93 KB |
Antal Installationer | 203 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2016-10-04 |
Publiceringsdatum | 2016-10-04 |
Betyg | 2.71/5 Totalt 7 Betyg |
Utvecklare | Yuya Tanaka (ypresto) |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ypresto |
Stödda Språk | 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" ] } |