CodeWeavers User-Agent Helper
Easily download installers for Windows applications.
CodeWeavers User-Agent Helperとは何ですか?
CodeWeavers User-Agent Helperはhttps://www.codeweavers.comによって開発されたChromeの拡張機能で、その主な機能は「Easily download installers for Windows applications.」です。
拡張機能のスクリーンショット
CodeWeavers User-Agent Helper拡張機能のCRXファイルをダウンロード
CodeWeavers User-Agent Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The CodeWeavers User-Agent Helper customizes the user-agent sent to select URLs, allowing you to easily download installers for Windows applications on Mac, Linux, or Chrome OS. The extension currently supports downloads for Microsoft Office products.
拡張機能の基本情報
名前 | CodeWeavers User-Agent Helper |
ID | cdpcjlkngbjmobjppajnbknpegdbnpbc |
公式URL | https://chromewebstore.google.com/detail/codeweavers-user-agent-he/cdpcjlkngbjmobjppajnbknpegdbnpbc |
説明 | Easily download installers for Windows applications. |
ファイルサイズ | 11.82 KB |
インストール数 | 2,412 |
現在のバージョン | 3 |
最終更新日 | 2018-08-10 |
公開日 | 2018-08-10 |
評価 | 2.14/5 合計 7 レビュー |
開発者 | https://www.codeweavers.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeWeavers User-Agent Helper", "description": "Easily download installers for Windows applications.", "version": "3", "content_scripts": [ { "js": [ "installpage.js" ], "matches": [ "http:\/\/*.codeweavers.com\/*CodeWeaversUserAgent.*", "https:\/\/*.codeweavers.com\/*CodeWeaversUserAgent.*" ] } ], "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.office.com\/*", "*:\/\/*.microsoft.com\/*" ] } |