Downloads Accelerator

Improve your downloading experience!

Co to jest Downloads Accelerator?

Downloads Accelerator to rozszerzenie Chrome opracowane przez ericfridmrkt, a jego główną funkcją jest „Improve your downloading experience!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Downloads Accelerator

Pobierz pliki rozszerzeń Downloads Accelerator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Downloads Accelerator Downloads Accelerator
ID jddlghpiodebmdcmcojlclbgjghhlmnh
Oficjalny URL https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh
Opis Improve your downloading experience!
Rozmiar pliku 16.46 KB
Liczba instalacji 3,595
Aktualna Wersja 1
Ostatnia Aktualizacja 2022-12-08
Data Publikacji 2022-12-08
Deweloper ericfridmrkt
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://home.frelastinabuke.info/
Adres URL Strony Pomocy https://home.frelastinabuke.info/contact.html
Obsługiwane Języki 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"
            ]
        }
    ]
}