Agentium: User agent switcher
Control the user agent identity reported by your browser.
Agentium: User agent switcherとは何ですか?
Agentium: User agent switcherはChuan Jiによって開発されたChromeの拡張機能で、その主な機能は「Control the user agent identity reported by your browser.」です。
拡張機能のスクリーンショット
Agentium: User agent switcher拡張機能のCRXファイルをダウンロード
Agentium: User agent switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Agentium is an extension for controlling the user agent identity reported by your browser, allowing you for instance to view the mobile version of a website on your computer. Highlights: - Quickly select user agent identity from a default list of popular browsers - Add your own custom user agent identities - Simple & clean UI This is open-source software distributed under the Apache 2.0 License. Please feel free to fork & contribute at https://github.com/jichu4n/agentium.
拡張機能の基本情報
名前 | Agentium: User agent switcher |
ID | kabejgcoafnliefbhejpfahdecimjcje |
公式URL | https://chromewebstore.google.com/detail/agentium-user-agent-switc/kabejgcoafnliefbhejpfahdecimjcje |
説明 | Control the user agent identity reported by your browser. |
ファイルサイズ | 1.22 MB |
インストール数 | 8,461 |
現在のバージョン | 0.1.1 |
最終更新日 | 2018-11-10 |
公開日 | 2018-11-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Chuan Ji |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jichu4n/agentium |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agentium: User agent switcher", "short_name": "Agentium", "author": "Chuan Ji", "version": "0.1.1", "description": "Control the user agent identity reported by your browser.", "homepage_url": "https:\/\/github.com\/jichu4n\/agentium", "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "32": "icon-32.png", "40": "icon-40.png" }, "default_title": "Agentium", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "applications": { "gecko": { "id": "{23b8c629-e439-4cc6-a694-31f5dd918aff}" } } } |