Retrowave.ru Downloader
With this extension, you can download songs from retrowave.ru.
Cos'è Retrowave.ru Downloader?
Retrowave.ru Downloader è un'estensione di Chrome sviluppata da Nachtalb, e la sua funzione principale è "With this extension, you can download songs from retrowave.ru.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Retrowave.ru Downloader
Scarica i file di estensione Retrowave.ru Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Retrowave.ru Downloader |
ID | jcpjckgabbchjimaiflhjhhlnbmdjlld |
URL Ufficiale | https://chromewebstore.google.com/detail/retrowaveru-downloader/jcpjckgabbchjimaiflhjhhlnbmdjlld |
Descrizione | With this extension, you can download songs from retrowave.ru. |
Dimensione del File | 25.04 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-03-04 |
Data di Pubblicazione | 2018-02-23 |
Sviluppatore | Nachtalb |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Nachtalb/retrowave_downloader |
URL della Pagina di Aiuto | https://github.com/Nachtalb/retrowave_downloader/issues |
Lingue Supportate | 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" ] } |