clean the download list
Automatically clean the download list.
clean the download listとは何ですか?
clean the download listは上官元恒によって開発されたChromeの拡張機能で、その主な機能は「Automatically clean the download list.」です。
拡張機能のスクリーンショット
clean the download list拡張機能のCRXファイルをダウンロード
clean the download list拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically clean the download list.
拡張機能の基本情報
名前 | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
公式URL | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
説明 | Automatically clean the download list. |
ファイルサイズ | 113 KB |
インストール数 | 103 |
現在のバージョン | 0.1.1 |
最終更新日 | 2024-02-05 |
公開日 | 2018-10-11 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | 上官元恒 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "clean the download list", "short_name": "ACDL", "description": "Automatically clean the download list.", "version": "0.1.1", "permissions": [ "downloads", "downloads.shelf" ], "background": { "service_worker": "background.js" }, "icons": { "128": "assets\/icon_128.png", "16": "assets\/icon_16.png" } } |