BIRP! Track Downloader
Add a download link back to BIRP! playlist tracks.
What is BIRP! Track Downloader?
BIRP! Track Downloader is a Chrome extension developed by Dario Corsi, and its main feature is "Add a download link back to BIRP! playlist tracks.".
Extension Screenshots
Download BIRP! Track Downloader Extension CRX File
Download BIRP! Track Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | BIRP! Track Downloader |
ID | baijgjgpaepkmjdfhhemkhlkfnjlnkkp |
Official URL | https://chromewebstore.google.com/detail/birp-track-downloader/baijgjgpaepkmjdfhhemkhlkfnjlnkkp |
Description | Add a download link back to BIRP! playlist tracks. |
File Size | 613 KB |
Installation Count | 515 |
Current Version | 0.0.4 |
Last Updated | 2018-03-03 |
Publish Date | 2018-03-03 |
Rating | 4.45/5 Total 20 Ratings |
Developer | Dario Corsi |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |