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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}