Downloads Accelerator

Improve your downloading experience!

Wat is Downloads Accelerator?

Downloads Accelerator is een Chrome-extensie ontwikkeld door ericfridmrkt, en de belangrijkste functie is "Improve your downloading experience!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Downloads Accelerator

Download Downloads Accelerator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Downloads Accelerator Downloads Accelerator
ID jddlghpiodebmdcmcojlclbgjghhlmnh
Officiële URL https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh
Beschrijving Improve your downloading experience!
Bestandsgrootte 16.46 KB
Aantal Installaties 3,595
Huidige Versie 1
Laatst Bijgewerkt 2022-12-08
Publicatiedatum 2022-12-08
Ontwikkelaar ericfridmrkt
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://home.frelastinabuke.info/
Help Pagina-URL https://home.frelastinabuke.info/contact.html
Ondersteunde Talen 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"
            ]
        }
    ]
}