geniuspot
Use Spotify miniplayer on genius.com instead of Apple Music
geniuspot là gì?
geniuspot là một tiện ích mở rộng Chrome được phát triển bởi Noah Sandman, và tính năng chính của nó là "Use Spotify miniplayer on genius.com instead of Apple Music".
Ả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 geniuspot
Tải xuống các tệp mở rộng geniuspot 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | geniuspot |
ID | mcmfnafkklplolbfdhcgmocpmgmimpcl |
URL Chính Thức | https://chromewebstore.google.com/detail/geniuspot/mcmfnafkklplolbfdhcgmocpmgmimpcl |
Mô tả | Use Spotify miniplayer on genius.com instead of Apple Music |
Kích Thước Tệp | 84.02 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-01-07 |
Ngày Phát Hành | 2021-01-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Noah Sandman |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nsandman/geniuspot |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |