Downloads Accelerator
Improve your downloading experience!
What is Downloads Accelerator?
Downloads Accelerator is a Chrome extension developed by ericfridmrkt, and its main feature is "Improve your downloading experience!".
Extension Screenshots
Download Downloads Accelerator Extension CRX File
Download Downloads Accelerator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jddlghpiodebmdcmcojlclbgjghhlmnh |
Official URL | https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh |
Description | Improve your downloading experience! |
File Size | 16.46 KB |
Installation Count | 3,595 |
Current Version | 1 |
Last Updated | 2022-12-08 |
Publish Date | 2022-12-08 |
Developer | ericfridmrkt |
[email protected] | |
Payment Type | free |
Extension Website | https://home.frelastinabuke.info/ |
Help Page URL | https://home.frelastinabuke.info/contact.html |
Supported Languages | 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" ] } ] } |