lyricist - Lyrics for Youtube
Youtube lyric injector.
lyricist - Lyrics for Youtubeとは何ですか?
lyricist - Lyrics for YoutubeはShantanu Rajによって開発されたChromeの拡張機能で、その主な機能は「Youtube lyric injector.」です。
拡張機能のスクリーンショット
lyricist - Lyrics for Youtube拡張機能のCRXファイルをダウンロード
lyricist - Lyrics for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube Lyrics that just work. No hassles, no captions, just the lyrics. Wabbalabbadubdub! More features coming soon! Changelog: 0.3.1 - BUG FIX - Lyrics not being displayed 0.3.0 - BUG FIX - Displaying lyrics for previous song BUG FIX - Displaying multiple lyrics for a song 0.2.1 - BUG FIX: lyrics not showing on tab change. FEATURE: Add support for more videos!
拡張機能の基本情報
名前 | |
ID | dmmaoggodhipicpoecpnkjbmoikeejgo |
公式URL | https://chrome.google.com/webstore/detail/lyricist-lyrics-for-youtu/dmmaoggodhipicpoecpnkjbmoikeejgo |
説明 | Youtube lyric injector. |
ファイルサイズ | 212 KB |
インストール数 | 340 |
現在のバージョン | 0.3.1 |
最終更新日 | 2018-12-17 |
公開日 | 2018-12-17 |
評価 | 1.50/5 合計 2 レビュー |
開発者 | Shantanu Raj |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lyricist - Lyrics for Youtube", "short_name": "lyricist", "version": "0.3.1", "author": "Jorik Schellekens & Swapnil Raj", "description": "Youtube lyric injector.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "192": "icons\/192.png", "256": "icons\/256.png" }, "permissions": [ "http:\/\/www.azlyrics.com\/", "https:\/\/www.azlyrics.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "js": [ ".\/content.js" ] } ] } |