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.                    

擴展基本資訊

名稱 SpotifAdd SpotifAdd
ID emfabpmpbnemihemdonpidolcndhconk
官方網址 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"
    ]
}