BIRP! Track Downloader
Add a download link back to BIRP! playlist tracks.
Qu'est-ce que BIRP! Track Downloader ?
BIRP! Track Downloader est une extension Chrome développée par Dario Corsi, et sa fonction principale est "Add a download link back to BIRP! playlist tracks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BIRP! Track Downloader
Téléchargez les fichiers d'extension BIRP! Track Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | BIRP! Track Downloader |
ID | baijgjgpaepkmjdfhhemkhlkfnjlnkkp |
URL Officiel | https://chromewebstore.google.com/detail/birp-track-downloader/baijgjgpaepkmjdfhhemkhlkfnjlnkkp |
Description | Add a download link back to BIRP! playlist tracks. |
Taille du Fichier | 613 KB |
Nombre d'Installations | 515 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2018-03-03 |
Date de Publication | 2018-03-03 |
Évaluation | 4.45/5 Total 20 Évaluations |
Développeur | Dario Corsi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |