User-Agent Smart Switcher
Switch easily between platforms and browsers
User-Agent Smart Switcherとは何ですか?
User-Agent Smart SwitcherはSergei Lによって開発されたChromeの拡張機能で、その主な機能は「Switch easily between platforms and browsers」です。
拡張機能のスクリーンショット
User-Agent Smart Switcher拡張機能のCRXファイルをダウンロード
User-Agent Smart Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Support desktop and mobile browsers.
Daily user agent strings updates, no need to update them manually.
Source code: https://github.com/srgl/ua-smart-switcher
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY. 拡張機能の基本情報
| 名前 | |
| ID | dgdmfclijcondkaobmpgbmibaaocfdpj |
| 公式URL | https://chrome.google.com/webstore/detail/user-agent-smart-switcher/dgdmfclijcondkaobmpgbmibaaocfdpj |
| 説明 | Switch easily between platforms and browsers |
| ファイルサイズ | 16.19 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 1.4.1 |
| 最終更新日 | 2021-05-21 |
| 公開日 | 2020-03-16 |
| 評価 | 4.86/5 合計 57 レビュー |
| 開発者 | Sergei L |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/srgl/ua-smart-switcher |
| ヘルプページのURL | https://github.com/srgl/ua-smart-switcher |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "User-Agent Smart Switcher",
"description": "Switch easily between platforms and browsers",
"version": "1.4.1",
"author": "Sergei L",
"icons": {
"128": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"client.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon-128.png"
},
"manifest_version": 2,
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
" | |