Retrowave.ru Downloader

With this extension, you can download songs from retrowave.ru.

Was ist Retrowave.ru Downloader?

Retrowave.ru Downloader ist eine Chrome-Erweiterung, die von Nachtalb entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, you can download songs from retrowave.ru.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Retrowave.ru Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Retrowave.ru Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Retrowave.ru Downloader Retrowave.ru Downloader
ID jcpjckgabbchjimaiflhjhhlnbmdjlld
Offizielle URL https://chromewebstore.google.com/detail/retrowaveru-downloader/jcpjckgabbchjimaiflhjhhlnbmdjlld
Beschreibung With this extension, you can download songs from retrowave.ru.
Dateigröße 25.04 KB
Installationsanzahl 120
Aktuelle Version 1.1.0
Letztes Update 2021-03-04
Veröffentlichungsdatum 2018-02-23
Entwickler Nachtalb
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Nachtalb/retrowave_downloader
Hilfeseite URL https://github.com/Nachtalb/retrowave_downloader/issues
Unterstützte Sprachen 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"
    ]
}