Spotify Song Repeat
Spotify repeat song in loop.
Spotify Song Repeatとは何ですか?
Spotify Song RepeatはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Spotify repeat song in loop.」です。
拡張機能のスクリーンショット
Spotify Song Repeat拡張機能のCRXファイルをダウンロード
Spotify Song Repeat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allow you to enable to play one song in repeat on Spotify.
拡張機能の基本情報
名前 | Spotify Song Repeat |
ID | cppllpjljepgfjocipdjgioinfhbbhap |
公式URL | https://chromewebstore.google.com/detail/spotify-song-repeat/cppllpjljepgfjocipdjgioinfhbbhap |
説明 | Spotify repeat song in loop. |
ファイルサイズ | 1.12 MB |
インストール数 | 255 |
現在のバージョン | 1.1 |
最終更新日 | 2017-06-10 |
公開日 | 2017-06-10 |
評価 | 4.11/5 合計 18 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Song Repeat", "manifest_version": 2, "version": "1.1", "description": "Spotify repeat song in loop.", "permissions": [ "http:\/\/open.spotify.com\/*", "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/open.spotify.com\/*", "https:\/\/open.spotify.com\/*" ], "js": [ "main.js" ], "run_at": "document_idle" } ], "icons": { "32": "icon.png" }, "browser_action": { "default_icon": "icon.png" } } |