BrowserSpoof - User Agent Switcher

BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.

BrowserSpoof - User Agent Switcher란 무엇입니까?

BrowserSpoof - User Agent Switcher은(는) Vishnu Sudheendran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BrowserSpoof allows users to change their browser's user agent to disguise their browser identity."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        BrowserSpoof enables users to modify their browser’s user agent to conceal their browser identity in one click. A user agent is a string that identifies your browser and operating system to the websites you visit. By changing your user agent, you can:

*Access websites that are restricted or optimized for specific browsers or devices
*Test how your website looks and behaves on different browsers or devices
*Protect your privacy and prevent websites from tracking your browser fingerprint
*It lets you choose from a list of popular user agents, such as Chrome, Firefox, Edge, Safari, Internet Explorer, etc.
*You can also customize your own user agent and save it for later use. 

BrowserSpoof is easy to use, fast, and lightweight. It is the ultimate tool for web developers, testers, and users who want to browse the web with more flexibility and control. Download BrowserSpoof today!                    

확장 프로그램 기본 정보

이름 BrowserSpoof - User Agent Switcher BrowserSpoof - User Agent Switcher
ID kcidgnegalffondalcoffcfgldhfpejb
공식 URL https://chromewebstore.google.com/detail/browserspoof-user-agent-s/kcidgnegalffondalcoffcfgldhfpejb
설명 BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.
파일 크기 22.91 KB
설치 횟수 23
현재 버전 1.2
최근 업데이트 2023-02-16
출시 날짜 2023-02-11
개발자 Vishnu Sudheendran
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserSpoof - User Agent Switcher",
    "version": "1.2",
    "description": "BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}