Retrowave.ru Downloader
With this extension, you can download songs from retrowave.ru.
Retrowave.ru Downloader là gì?
Retrowave.ru Downloader là một tiện ích mở rộng Chrome được phát triển bởi Nachtalb, và tính năng chính của nó là "With this extension, you can download songs from retrowave.ru.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Retrowave.ru Downloader
Tải xuống các tệp mở rộng Retrowave.ru Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Retrowave.ru Downloader |
ID | jcpjckgabbchjimaiflhjhhlnbmdjlld |
URL Chính Thức | https://chromewebstore.google.com/detail/retrowaveru-downloader/jcpjckgabbchjimaiflhjhhlnbmdjlld |
Mô tả | With this extension, you can download songs from retrowave.ru. |
Kích Thước Tệp | 25.04 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-03-04 |
Ngày Phát Hành | 2018-02-23 |
Nhà Phát Triển | Nachtalb |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Nachtalb/retrowave_downloader |
URL Trang Trợ Giúp | https://github.com/Nachtalb/retrowave_downloader/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |