geniuspot
Use Spotify miniplayer on genius.com instead of Apple Music
geniuspotとは何ですか?
geniuspotはNoah Sandmanによって開発されたChromeの拡張機能で、その主な機能は「Use Spotify miniplayer on genius.com instead of Apple Music」です。
拡張機能のスクリーンショット
geniuspot拡張機能のCRXファイルをダウンロード
geniuspot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now works with both the old and new genius.com! Replace the built-in Apple Music integration on the Genius lyrics website with the Spotify miniplayer. Because this does not require an Apple developer account, it is not 100% accurate with matching songs, but it is fairly good. It only runs on song pages which already have an Apple Music player on them.
拡張機能の基本情報
名前 | geniuspot |
ID | mcmfnafkklplolbfdhcgmocpmgmimpcl |
公式URL | https://chromewebstore.google.com/detail/geniuspot/mcmfnafkklplolbfdhcgmocpmgmimpcl |
説明 | Use Spotify miniplayer on genius.com instead of Apple Music |
ファイルサイズ | 84.02 KB |
インストール数 | 41 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-01-07 |
公開日 | 2021-01-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Noah Sandman |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nsandman/geniuspot |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.0.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.genius.com\/*" ], "js": [ "scripts\/genius-inject.js" ], "exclude_matches": [ "https:\/\/*.genius.com\/artists\/*", "https:\/\/*.genius.com\/albums\/*", "https:\/\/*.genius.com\/search", "https:\/\/*.genius.com\/" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "permissions": [ "storage" ] } |