User-Agent Protector

Spoofs & Mimics User-Agent strings.

What is User-Agent Protector?

User-Agent Protector is a Chrome extension developed by https://clonbrowser.com, and its main feature is "Spoofs & Mimics User-Agent strings.".

Extension Screenshots

screenshot

Download User-Agent Protector Extension CRX File

Download User-Agent Protector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        用户在浏览网站时切换不同的用户代理来保护用户隐私。它提供了一个方便的界面来管理用户代理,并允许用户针对特定的网站或URL自定义用户代理。它使用声明式网络请求API过滤网络请求,从而进一步保护用户的隐私。                    

Extension Basic Information

Name User-Agent Protector User-Agent Protector
ID clgbnedlbfakjccabahkcgfilficchfc
Official URL https://chromewebstore.google.com/detail/user-agent-protector/clgbnedlbfakjccabahkcgfilficchfc
Description Spoofs & Mimics User-Agent strings.
File Size 784 KB
Installation Count 22
Current Version 1.0.0
Last Updated 2023-04-07
Publish Date 2023-04-06
Developer https://clonbrowser.com
Email [email protected]
Payment Type free
Extension Website https://www.clonbrowser.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "User-Agent Protector",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/worker.js"
    },
    "action": {
        "default_title": "User-Agent Protector",
        "default_icon": "icons\/icon128x128.png",
        "default_popup": "popup.html"
    },
    "description": "Spoofs & Mimics User-Agent strings.",
    "options_page": "options.html",
    "icons": {
        "128": "icons\/icon128x128.png"
    }
}