Downloads Accelerator

Improve your downloading experience!

Apa itu Downloads Accelerator?

Downloads Accelerator adalah ekstensi Chrome yang dikembangkan oleh ericfridmrkt, dan fitur utamanya adalah "Improve your downloading experience!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Downloads Accelerator

Unduh file ekstensi Downloads Accelerator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Downloads Accelerator Downloads Accelerator
ID jddlghpiodebmdcmcojlclbgjghhlmnh
URL Resmi https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh
Deskripsi Improve your downloading experience!
Ukuran File 16.46 KB
Jumlah Instalasi 3,595
Versi Saat Ini 1
Terakhir Diperbarui 2022-12-08
Tanggal Publikasi 2022-12-08
Pengembang ericfridmrkt
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://home.frelastinabuke.info/
URL Halaman Bantuan https://home.frelastinabuke.info/contact.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}