Downloads Accelerator

Improve your downloading experience!

什么是Downloads Accelerator?

Downloads Accelerator是由ericfridmrkt开发的Chrome扩展程序,该扩展的主要功能是“Improve your downloading experience!”。

扩展截图

screenshot

下载Downloads Accelerator扩展crx文件

下载Downloads Accelerator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Downloads Accelerator Downloads Accelerator
ID jddlghpiodebmdcmcojlclbgjghhlmnh
官方URL https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh
简介 Improve your downloading experience!
文件大小 16.46 KB
安装次数 3,595
当前版本 1
更新时间 2022-12-08
上架时间 2022-12-08
开发者 ericfridmrkt
电子邮箱 [email protected]
付费类型 free
扩展官网 https://home.frelastinabuke.info/
帮助页面URL https://home.frelastinabuke.info/contact.html
支持的语言 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"
            ]
        }
    ]
}