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.
拡張機能の基本情報
名前 | Retrowave.ru Downloader |
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 |
Eメール | [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" ] } |