Retrowave.ru Downloader
With this extension, you can download songs from retrowave.ru.
Qu'est-ce que Retrowave.ru Downloader ?
Retrowave.ru Downloader est une extension Chrome développée par Nachtalb, et sa fonction principale est "With this extension, you can download songs from retrowave.ru.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Retrowave.ru Downloader
Téléchargez les fichiers d'extension Retrowave.ru 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
A simple an easy music downloader for http://retrowave.ru/. Thats literally all. Available in English, German and Russian. --- Made by Nachtalb https://nachtalb.io | This extension licensed under the GNU General Public License v3.0 https://github.com/Nachtalb/retrowave_downloader/blob/master/LICENSE.
Informations de Base sur l'Extension
Nom | Retrowave.ru Downloader |
ID | jcpjckgabbchjimaiflhjhhlnbmdjlld |
URL Officiel | https://chromewebstore.google.com/detail/retrowaveru-downloader/jcpjckgabbchjimaiflhjhhlnbmdjlld |
Description | With this extension, you can download songs from retrowave.ru. |
Taille du Fichier | 25.04 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-03-04 |
Date de Publication | 2018-02-23 |
Développeur | Nachtalb |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Nachtalb/retrowave_downloader |
URL de la Page d'Aide | https://github.com/Nachtalb/retrowave_downloader/issues |
Langues Prises en Charge | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/github.com\/Nachtalb\/retrowave_downloader", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "browser_action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_title": "__MSG_appName__" }, "background": { "scripts": [ "src\/background\/background.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.retrowave.ru\/*" ], "js": [ "src\/inject\/utils.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/content\/content.js", "src\/content\/content.css" ] } |