User-Agent Converter

Converter between useragent strings from toolbar popup!

User-Agent Converter란 무엇입니까?

User-Agent Converter은(는) https://www.downloadhub.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converter between useragent strings from toolbar popup!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        From the toolbar popup, you can easily change the user agent of your browser. There are 26 well-known user-agent strings available.

Please open the toolbar popup and select the desired user-agent button to use this add-on. The first row of the toolbar popup is for user agents for mobile devices, the second row is for user agents for desktop devices, and the final row is for selecting operating systems. Please force all open tabs to refresh after choosing a user agent.


Please fill out the bug report form on the addon's site (https://www.downloadhub.cloud/2023/01/user-agent.html) to report bugs.                    

확장 프로그램 기본 정보

이름 User-Agent Converter User-Agent Converter
ID mbddbbpmiaolaaaibacpldhkndckndib
공식 URL https://chromewebstore.google.com/detail/user-agent-converter/mbddbbpmiaolaaaibacpldhkndckndib
설명 Converter between useragent strings from toolbar popup!
파일 크기 104 KB
설치 횟수 617
현재 버전 0.3.0
최근 업데이트 2023-02-06
출시 날짜 2023-02-05
개발자 https://www.downloadhub.cloud
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.downloadhub.cloud/2023/01/user-agent.html
개인정보 보호 정책 페이지 URL https://www.downloadhub.cloud/p/privacy-policy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/popup\/popup.html",
        "default_title": "User-Agent Converter"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle-default-mode": {
            "description": "Toggle default useragent",
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            }
        }
    },
    "description": "Converter between useragent strings from toolbar popup!",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/user-agent.html",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "User-Agent Converter",
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "version": "0.3.0"
}