Http User-Agent Switcher
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
Http User-Agent Switcherとは何ですか?
Http User-Agent SwitcherはOpenAdminTools.comによって開発されたChromeの拡張機能で、その主な機能は「Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.」です。
拡張機能のスクリーンショット
Http User-Agent Switcher拡張機能のCRXファイルをダウンロード
Http User-Agent Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
You can also add your own custom User-Agents if you don't find what you are looking for. 拡張機能の基本情報
| 名前 | |
| ID | dalfpgoflklogpfibbjelegbgfamlhof |
| 公式URL | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
| 説明 | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
| ファイルサイズ | 172 KB |
| インストール数 | 3,592 |
| 現在のバージョン | 2.0.1 |
| 最終更新日 | 2022-06-21 |
| 公開日 | 2019-08-05 |
| 評価 | 4.35/5 合計 49 レビュー |
| 開発者 | OpenAdminTools.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.openadmintools.com |
| ヘルプページのURL | https://app.openadmintools.com |
| 対応言語 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Http User-Agent Switcher",
"short_name": "Http User-Agent Switcher",
"version": "2.0.1",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webRequest",
"webRequestBlocking"
],
"default_locale": "en",
"browser_action": {
"default_icon": {
"19": "image\/logo-19.png",
"38": "image\/logo-38.png"
},
"default_title": "Http User-Agent Switcher",
"default_popup": "popup.html"
},
"description": "__MSG_UAExtDesc__",
"background": {
"scripts": [
"js\/settings.js",
"js\/public.js",
"js\/background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"js\/content.js"
],
"icons": {
"32": "image\/logo-32.png",
"48": "image\/logo-48.png",
"64": "image\/logo-64.png",
"128": "image\/logo-128.png"
}
} | |