BIRP! Track Downloader
Add a download link back to BIRP! playlist tracks.
Wat is BIRP! Track Downloader?
BIRP! Track Downloader is een Chrome-extensie ontwikkeld door Dario Corsi, en de belangrijkste functie is "Add a download link back to BIRP! playlist tracks.".
Extensie Screenshots
Download het CRX-bestand van de extensie BIRP! Track Downloader
Download BIRP! Track Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | BIRP! Track Downloader |
ID | baijgjgpaepkmjdfhhemkhlkfnjlnkkp |
Officiële URL | https://chromewebstore.google.com/detail/birp-track-downloader/baijgjgpaepkmjdfhhemkhlkfnjlnkkp |
Beschrijving | Add a download link back to BIRP! playlist tracks. |
Bestandsgrootte | 613 KB |
Aantal Installaties | 515 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2018-03-03 |
Publicatiedatum | 2018-03-03 |
Beoordeling | 4.45/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Dario Corsi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |