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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}