Spotify Chrome extension

Quickly add Spotify track to playlist.

Spotify Chrome extensionとは何ですか?

Spotify Chrome extensionはAngélique Estradeによって開発されたChromeの拡張機能で、その主な機能は「Quickly add Spotify track to playlist.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Spotify Chrome extension拡張機能のCRXファイルをダウンロード

Spotify Chrome extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you are obsessed with little things that can save your time, even a few seconds, this extension is for you. Imagine you are doing stuffs on your computer, Chrome opened and listening random music on Spotify. Then you hear a music that makes you happy. You'd like to save it anywhere, to hear it again later. But you don't want to lose focus on what you are doing. So you can click on this extension's icon on your browser to add the track to the configured playlist.                    

拡張機能の基本情報

名前 Spotify Chrome extension Spotify Chrome extension
ID hdnmejfdnmjkoljahfbbonogeflghela
公式URL https://chrome.google.com/webstore/detail/spotify-chrome-extension/hdnmejfdnmjkoljahfbbonogeflghela
説明 Quickly add Spotify track to playlist.
ファイルサイズ 144 KB
インストール数 10,000
現在のバージョン 1.0.1
最終更新日 2021-04-11
公開日 2020-08-20
評価 5.00/5 合計 2 レビュー
開発者 Angélique Estrade
Eメール [email protected]
支払い方法 free
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "author": "aestrade",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}