Kecilin Download Booster

WebExtension for Kecilin Download Booster

什么是Kecilin Download Booster?

Kecilin Download Booster是由kecilin.developer开发的Chrome扩展程序,该扩展的主要功能是“WebExtension for Kecilin Download Booster”。

扩展截图

screenshot

下载Kecilin Download Booster扩展crx文件

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

扩展使用说明

                        Kecilin Download Booster Extension is related to the Kecilin Download Booster app to download a file quickly. This extension works when the Kecilin Download Booster app has been downloaded and opened. Enjoy the change in download speed by using Kecilin Download Booster.

How to use?
1. Download Kecilin Download Booster App on http://kecilin.id/kdb
2. Download Kecilin Download Booster extension
3. Enable the extension
4. Download files to feel the sensation of different download speeds

Privacy Policy :
https://www.termsfeed.com/live/9a884ec2-f1c6-40a1-b8bc-9b8c30e5cd20                    

扩展基本信息

名称 Kecilin Download Booster Kecilin Download Booster
ID amogjidpfjenbpdakbijoondddknbhhf
官方URL https://chromewebstore.google.com/detail/kecilin-download-booster/amogjidpfjenbpdakbijoondddknbhhf
简介 WebExtension for Kecilin Download Booster
文件大小 80.47 KB
安装次数 128
当前版本 3.0.1
更新时间 2021-04-04
上架时间 2021-04-03
评分 1.00/5 共1次评分
开发者 kecilin.developer
电子邮箱 [email protected]
付费类型 free
支持的语言 id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "WebExtension for Kecilin Download Booster",
    "manifest_version": 2,
    "name": "Kecilin Download Booster",
    "version": "3.0.1",
    "homepage_url": "https:\/\/kecilin.id",
    "icons": {
        "16": "assets\/images\/16.png",
        "32": "assets\/images\/32.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "downloads",
        "notifications",
        "cookies"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "assets\/images\/16.png",
            "32": "assets\/images\/32.png",
            "48": "assets\/images\/48.png",
            "128": "assets\/images\/128.png"
        }
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": true
    }
}