Downloads Accelerator
Improve your downloading experience!
什麼是Downloads Accelerator?
Downloads Accelerator是由ericfridmrkt開發的Chrome擴展程式,該擴展的主要功能是“Improve your downloading experience!”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | jddlghpiodebmdcmcojlclbgjghhlmnh |
官方網址 | 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" ] } ] } |