User-Agent Switcher
Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.
User-Agent Switcherとは何ですか?
User-Agent Switcherはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.」です。
拡張機能のスクリーンショット
User-Agent Switcher拡張機能のCRXファイルをダウンロード
User-Agent Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Choose from the preset User-Agent strings, or add your own custom User-Agent string.
Available Preset UAs: Firefox on Windows, Chrome on Android & iPad, Safari (on iPhone, iPadOS/macOS), Google Bot, Chromium on Raspberry Pi and many more.
Extension by BrowserNative. Have any feedback? Email at [email protected]. 拡張機能の基本情報
| 名前 | |
| ID | iojaoainolpgkpojokmeclhidjolocci |
| 公式URL | https://chromewebstore.google.com/detail/user-agent-switcher/iojaoainolpgkpojokmeclhidjolocci |
| 説明 | Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string. |
| ファイルサイズ | 40.59 KB |
| インストール数 | 14,052 |
| 現在のバージョン | 1.0.18 |
| 最終更新日 | 2023-10-19 |
| 公開日 | 2020-06-03 |
| 評価 | 3.79/5 合計 19 レビュー |
| 開発者 | https://browsernative.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://browsernative.com/user-agent-chrome-extension/ |
| ヘルプページのURL | https://browsernative.com/user-agent-chrome-extension/ |
| プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "User-Agent Switcher",
"manifest_version": 2,
"description": "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.",
"homepage_url": "https:\/\/browsernative.com\/user-agent-chrome-extension\/",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Change User-Agent Setting"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"128": "icon.png"
},
"version": "1.0.18",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
]
} | |