BIRP! Track Downloader

Add a download link back to BIRP! playlist tracks.

BIRP! Track Downloaderとは何ですか?

BIRP! Track DownloaderはDario Corsiによって開発されたChromeの拡張機能で、その主な機能は「Add a download link back to BIRP! playlist tracks.」です。

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

screenshot

BIRP! Track Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Recreates the old BIRP! functionality by adding a download link to each track in a playlist. 

0.0.4 Updates:
- Files hosted on SoundCloud download, but filenames are ugly for now

Older updates:
- Works with new design as of 2017.07.07
- Added support for all BIRP! playlists
- Currently no support for bulk downloading                    

拡張機能の基本情報

名前 BIRP! Track Downloader BIRP! Track Downloader
ID baijgjgpaepkmjdfhhemkhlkfnjlnkkp
公式URL https://chromewebstore.google.com/detail/birp-track-downloader/baijgjgpaepkmjdfhhemkhlkfnjlnkkp
説明 Add a download link back to BIRP! playlist tracks.
ファイルサイズ 613 KB
インストール数 515
現在のバージョン 0.0.4
最終更新日 2018-03-03
公開日 2018-03-03
評価 4.45/5 合計 20 レビュー
開発者 Dario Corsi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BIRP! Track Downloader",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Add a download link back to BIRP! playlist tracks.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.birp.fm\/",
                "http:\/\/www.birp.fm\/playlist\/*\/*",
                "http:\/\/www.birp.fm\/artist\/*",
                "http:\/\/www.birp.fm\/user\/*\/favorite-playlist-tracks\/"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}