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 |
| 官方網址 | 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"
]
} | |