Webpage Downloader
It sends the webpage link to a local server for downloading, what more do you want
Webpage Downloader là gì?
Webpage Downloader là một tiện ích mở rộng Chrome được phát triển bởi timber.gamer, và tính năng chính của nó là "It sends the webpage link to a local server for downloading, what more do you want".
Ả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 Webpage Downloader
Tải xuống các tệp mở rộng Webpage 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
This extension reads a tab's url and sends it to a local server, use it for downloading videos with https://github.com/Timber1900/WebDL/releases/latest
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Webpage Downloader |
ID | nfkaeignpggbjnhhijmggoeploenicdo |
URL Chính Thức | https://chromewebstore.google.com/detail/webpage-downloader/nfkaeignpggbjnhhijmggoeploenicdo |
Mô tả | It sends the webpage link to a local server for downloading, what more do you want |
Kích Thước Tệp | 9.04 KB |
Số Lần Cài Đặt | 3,152 |
Phiên Bản Hiện Tại | 2.5 |
Cập Nhật Lần Cuối | 2021-10-28 |
Ngày Phát Hành | 2020-12-29 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | timber.gamer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Timber1900/WebDL/releases/latest |
URL Trang Trợ Giúp | https://github.com/Timber1900/WebDL/issues/new/choose |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webpage Downloader", "description": "It sends the webpage link to a local server for downloading, what more do you want", "version": "2.5", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/localhost\/", "contextMenus", "storage" ], "browser_action": { "default_icon": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } }, "icons": { "48": "icons\/page-48.png" } } |