Downloads Accelerator
Improve your downloading experience!
Cos'è Downloads Accelerator?
Downloads Accelerator è un'estensione di Chrome sviluppata da ericfridmrkt, e la sua funzione principale è "Improve your downloading experience!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Downloads Accelerator
Scarica i file di estensione Downloads Accelerator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jddlghpiodebmdcmcojlclbgjghhlmnh |
URL Ufficiale | https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh |
Descrizione | Improve your downloading experience! |
Dimensione del File | 16.46 KB |
Conteggio Installazioni | 3,595 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2022-12-08 |
Data di Pubblicazione | 2022-12-08 |
Sviluppatore | ericfridmrkt |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://home.frelastinabuke.info/ |
URL della Pagina di Aiuto | https://home.frelastinabuke.info/contact.html |
Lingue Supportate | 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" ] } ] } |