Downloads Accelerator
Improve your downloading experience!
Downloads Accelerator là gì?
Downloads Accelerator là một tiện ích mở rộng Chrome được phát triển bởi ericfridmrkt, và tính năng chính của nó là "Improve your downloading experience!".
Ả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 Downloads Accelerator
Tải xuống các tệp mở rộng Downloads Accelerator 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
Download Accelerator will let the user focus on the download elements on your page, with a single click The extension will enlarge and bold the download elements in the user's page
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jddlghpiodebmdcmcojlclbgjghhlmnh |
URL Chính Thức | https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh |
Mô tả | Improve your downloading experience! |
Kích Thước Tệp | 16.46 KB |
Số Lần Cài Đặt | 3,595 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2022-12-08 |
Ngày Phát Hành | 2022-12-08 |
Nhà Phát Triển | ericfridmrkt |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://home.frelastinabuke.info/ |
URL Trang Trợ Giúp | https://home.frelastinabuke.info/contact.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Improve your downloading experience!", "icons": { "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_title": "Downloads Accelerator", "default_popup": "popup.html" }, "manifest_version": 3, "name": "Downloads Accelerator", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |