User-Agent Protector

Spoofs & Mimics User-Agent strings.

Apa itu User-Agent Protector?

User-Agent Protector adalah ekstensi Chrome yang dikembangkan oleh https://clonbrowser.com, dan fitur utamanya adalah "Spoofs & Mimics User-Agent strings.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi User-Agent Protector

Unduh file ekstensi User-Agent Protector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama User-Agent Protector User-Agent Protector
ID clgbnedlbfakjccabahkcgfilficchfc
URL Resmi https://chromewebstore.google.com/detail/user-agent-protector/clgbnedlbfakjccabahkcgfilficchfc
Deskripsi Spoofs & Mimics User-Agent strings.
Ukuran File 784 KB
Jumlah Instalasi 22
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-04-07
Tanggal Publikasi 2023-04-06
Pengembang https://clonbrowser.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.clonbrowser.com/
Bahasa yang Didukung 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"
    }
}