Now Playing Pop-up for YouTube™
Shows pop-up with every new song YouTube plays.
Now Playing Pop-up for YouTube™ là gì?
Now Playing Pop-up for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Yuya Tanaka (ypresto), và tính năng chính của nó là "Shows pop-up with every new song YouTube plays.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Now Playing Pop-up for YouTube™
Tải xuống các tệp mở rộng Now Playing Pop-up for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Notifies YouTube video title at every playback, like some music players (ex. Winamp or iTunes).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hkkhehaonffoeecpfdlnmofodcllilnl |
URL Chính Thức | https://chrome.google.com/webstore/detail/now-playing-pop-up-for-yo/hkkhehaonffoeecpfdlnmofodcllilnl |
Mô tả | Shows pop-up with every new song YouTube plays. |
Kích Thước Tệp | 19.93 KB |
Số Lần Cài Đặt | 203 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2016-10-04 |
Ngày Phát Hành | 2016-10-04 |
Đánh Giá | 2.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Yuya Tanaka (ypresto) |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ypresto |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |