Hot Pink spotify
hot pink spotify a new way of looking at spotify
Hot Pink spotifyとは何ですか?
Hot Pink spotifyはAlteredreamによって開発されたChromeの拡張機能で、その主な機能は「hot pink spotify a new way of looking at spotify」です。
拡張機能のスクリーンショット
Hot Pink spotify拡張機能のCRXファイルをダウンロード
Hot Pink spotify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
makes spotify look hot pink and welcoms you to spotify 拡張機能の基本情報
| 名前 | |
| ID | dhhdieigjdnfcekhbakmkefmeibldgob |
| 公式URL | https://chromewebstore.google.com/detail/hot-pink-spotify/dhhdieigjdnfcekhbakmkefmeibldgob |
| 説明 | hot pink spotify a new way of looking at spotify |
| ファイルサイズ | 48.3 KB |
| インストール数 | 224 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2023-10-12 |
| 公開日 | 2023-10-12 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Alteredream |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://nweaver395.wixsite.com/privacypolicy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hot Pink spotify",
"permissions": [
"storage"
],
"optional_host_permissions": [
"https:\/\/open.spotify.com\/"
],
"description": "hot pink spotify a new way of looking at spotify",
"version": "1.4.0",
"content_scripts": [
{
"matches": [
"https:\/\/open.spotify.com\/*"
],
"js": [
"Content.js"
],
"css": [
"main.css"
]
}
],
"icons": {
"16": "16Hot_Pink_spotify.png",
"32": "32Hot_Pink_spotify.png",
"48": "48Hot_Pink_spotify.png",
"128": "128Hot_Pink_spotify.png"
}
} | |