User-Agent Switcher for Chrome

Spoofs & Mimics User-Agent strings.

User-Agent Switcher for Chrome란 무엇입니까?

User-Agent Switcher for Chrome은(는) cbe-cws-admins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spoofs & Mimics User-Agent strings."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Ever needed to quickly switch between user-agent strings on the fly?  Developing a site that needs to work on both mobile browsers and desktop browsers?  Sick of some archaic site blocking you because you're not using Netscape 4?

The User-Agent Switcher for Chrome is the answer.  With this extension, you can quickly and easily switch between user-agent strings.  Also, you can set up specific URLs that you want to spoof every time. 

Please note that this does not provide improved privacy while browsing the Internet and that some sites might have other means to figure out that the browser is not what it pretends to be. Running this extension can have performance impact on your browsing experience due to its need to intercept and modify the data communicated to the server.

NOTE: if some sites have problems after using a mobile user-agent, and won't switch back no matter what you spoof, you will need to switch the user-agent back to Chrome *and* clear your cookies for the sites to treat the browser normally again.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

확장 프로그램 기본 정보

이름 User-Agent Switcher for Chrome User-Agent Switcher for Chrome
ID djflhoibgkdhkhhcedjiklpkjnoahfmg
공식 URL https://chromewebstore.google.com/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg
설명 Spoofs & Mimics User-Agent strings.
파일 크기 126 KB
설치 횟수 2,323,577
현재 버전 1.1.0
최근 업데이트 2021-01-19
출시 날짜 2019-09-06
평점 3.90/5 총 2589 개의 평점
개발자 cbe-cws-admins
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://google.com/
도움말 페이지 URL http://spoofer-extension.appspot.com/
개인정보 보호 정책 페이지 URL https://www.google.com/policies
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "User-Agent Switcher for Chrome",
    "version": "1.1.0",
    "description": "Spoofs & Mimics User-Agent strings.",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "scripts": [
            "spoofer.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Chrome UA Spoofer",
        "default_icon": "spoofer.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "spoofer-128.png",
        "16": "spoofer-16.png",
        "32": "spoofer-32.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/spoofer-extension.appspot.com\/",
        "https:\/\/spoofer-extension.appspot.com\/",
        ""
    ],
    "web_accessible_resources": [
        "jquery.js"
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}