Kecilin Download Booster
WebExtension for Kecilin Download Booster
什麼是Kecilin Download Booster?
Kecilin Download Booster是由kecilin.developer開發的Chrome擴展程式,該擴展的主要功能是“WebExtension for Kecilin Download Booster”。
擴展截圖
下載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 |
ID | amogjidpfjenbpdakbijoondddknbhhf |
官方網址 | 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 |
電子郵箱 | kecilin.developer@gmail.com |
付費類型 | 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 } } |