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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Http User-Agent Switcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Http User-Agent Switcher Http User-Agent Switcher
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
이메일 [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"
    }
}