SpotifAdd
Quickly add songs to your spotify playlist
SpotifAddとは何ですか?
SpotifAddはaliensareblueによって開発されたChromeの拡張機能で、その主な機能は「Quickly add songs to your spotify playlist」です。
SpotifAdd拡張機能のCRXファイルをダウンロード
SpotifAdd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to add songs using a playlist ID and the song name. This is far more convenient then searching up the song on spotify. 拡張機能の基本情報
| 名前 | |
| ID | emfabpmpbnemihemdonpidolcndhconk |
| 公式URL | https://chrome.google.com/webstore/detail/spotifadd/emfabpmpbnemihemdonpidolcndhconk |
| 説明 | Quickly add songs to your spotify playlist |
| ファイルサイズ | 355 KB |
| インストール数 | 49 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2017-04-07 |
| 公開日 | 2017-04-07 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | aliensareblue |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SpotifAdd",
"version": "0.0.1",
"manifest_version": 2,
"description": "Quickly add songs to your spotify playlist",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "browser action demo",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"storage"
]
} | |