User-Agent Switcher

Switch between popular useragent strings from toolbar popup!

User-Agent Switcherとは何ですか?

User-Agent SwitcherはchYerによって開発されたChromeの拡張機能で、その主な機能は「Switch between popular useragent strings from toolbar popup!」です。

拡張機能のスクリーンショット

screenshot
screenshot

User-Agent Switcher拡張機能のCRXファイルをダウンロード

User-Agent Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily change your browser's user agent from the toolbar popup. There are 26 popular user-agent strings to choose from.

To work with this addon, please open the toolbar popup and click on the desired user-agent button. Within the toolbar popup, the top row is for mobile user agents, 2nd row is for desktop user agents and the last row is for selecting operating systems. Once you select a user agent, please reload all tabs.

To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/useragent-switcher.html) and fill out the bug report form.                    

拡張機能の基本情報

名前 User-Agent Switcher User-Agent Switcher
ID dbclpoekepcmadpkeaelmhiheolhjflj
公式URL https://chromewebstore.google.com/detail/user-agent-switcher/dbclpoekepcmadpkeaelmhiheolhjflj
説明 Switch between popular useragent strings from toolbar popup!
ファイルサイズ 85.29 KB
インストール数 35,334
現在のバージョン 0.3.1
最終更新日 2024-01-17
公開日 2020-03-10
評価 4.36/5 合計 94 レビュー
開発者 chYer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mybrowseraddon.com/useragent-switcher.html
ヘルプページのURL https://mybrowseraddon.com/useragent-switcher.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1",
    "manifest_version": 3,
    "name": "User-Agent Switcher",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/useragent-switcher.html",
    "description": "Switch between popular useragent strings from toolbar popup!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "commands": {
        "toggle-default-mode": {
            "description": "Toggle default useragent",
            "suggested_key": {
                "mac": "Command+Shift+D",
                "default": "Ctrl+Shift+D"
            }
        }
    },
    "action": {
        "default_title": "User-Agent Switcher",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}