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 |
公式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 |
Eメール | [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" ] } ] } |