Youtube Now Playing Description
Displays now playing song when there's a timestamped tracklist in the description
Youtube Now Playing Descriptionとは何ですか?
Youtube Now Playing DescriptionはKevin Leutzingerによって開発されたChromeの拡張機能で、その主な機能は「Displays now playing song when there's a timestamped tracklist in the description」です。
拡張機能のスクリーンショット
Youtube Now Playing Description拡張機能のCRXファイルをダウンロード
Youtube Now Playing Description拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Finds the times of tracks in the description and shows which song is currently playing. Also allows skipping forward and back. Very useful for soundtracks, full albums, and other compilations.
拡張機能の基本情報
名前 | Youtube Now Playing Description |
ID | cclaiidhllljekopicenflhhkdkckkbl |
公式URL | https://chromewebstore.google.com/detail/youtube-now-playing-descr/cclaiidhllljekopicenflhhkdkckkbl |
説明 | Displays now playing song when there's a timestamped tracklist in the description |
ファイルサイズ | 693 KB |
インストール数 | 14 |
現在のバージョン | 0.1 |
最終更新日 | 2018-02-16 |
公開日 | 2018-02-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Kevin Leutzinger |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Now Playing Description", "description": "Displays now playing song when there's a timestamped tracklist in the description", "version": "0.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "\/icons\/icon.png" }, "permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "main.js" ], "run_at": "document_start" } ] } |