Retrowave.ru Downloader
With this extension, you can download songs from retrowave.ru.
什么是Retrowave.ru Downloader?
Retrowave.ru Downloader是由Nachtalb开发的Chrome扩展程序,该扩展的主要功能是“With this extension, you can download songs from retrowave.ru.”。
扩展截图
下载Retrowave.ru Downloader扩展crx文件
下载Retrowave.ru Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | jcpjckgabbchjimaiflhjhhlnbmdjlld |
| 官方URL | https://chromewebstore.google.com/detail/retrowaveru-downloader/jcpjckgabbchjimaiflhjhhlnbmdjlld |
| 简介 | With this extension, you can download songs from retrowave.ru. |
| 文件大小 | 25.04 KB |
| 安装次数 | 120 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2021-03-04 |
| 上架时间 | 2018-02-23 |
| 开发者 | Nachtalb |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Nachtalb/retrowave_downloader |
| 帮助页面URL | https://github.com/Nachtalb/retrowave_downloader/issues |
| 支持的语言 | 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"
]
} | |