User Agent Changer

這個插件可以讓使用者選擇要告訴網站自己用的什是麼作業系統,這樣就可以防止一些詐騙網站誘導您下載並安裝惡意軟體到您的電腦上。

What is User Agent Changer?

User Agent Changer is a Chrome extension developed by jack850628, and its main feature is "這個插件可以讓使用者選擇要告訴網站自己用的什是麼作業系統,這樣就可以防止一些詐騙網站誘導您下載並安裝惡意軟體到您的電腦上。".

Extension Screenshots

screenshot
screenshot

Download User Agent Changer Extension CRX File

Download User Agent Changer 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

                        這個插件可以讓使用者選擇要告訴網站自己用的什是麼作業系統,這樣就可以防止一些詐騙網站誘導您下載並安裝惡意軟體到您的電腦上。                    

Extension Basic Information

Name User Agent Changer User Agent Changer
ID jljghlclkmihdbncpnpefepknbjcddna
Official URL https://chromewebstore.google.com/detail/user-agent-changer/jljghlclkmihdbncpnpefepknbjcddna
Description 這個插件可以讓使用者選擇要告訴網站自己用的什是麼作業系統,這樣就可以防止一些詐騙網站誘導您下載並安裝惡意軟體到您的電腦上。
File Size 10.4 KB
Installation Count 29
Current Version 1.0.1
Last Updated 2019-12-01
Publish Date 2019-11-28
Developer jack850628
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "User Agent Changer",
    "version": "1.0.1",
    "description": "\u9019\u500b\u63d2\u4ef6\u53ef\u4ee5\u8b93\u4f7f\u7528\u8005\u9078\u64c7\u8981\u544a\u8a34\u7db2\u7ad9\u81ea\u5df1\u7528\u7684\u4ec0\u662f\u9ebc\u4f5c\u696d\u7cfb\u7d71\uff0c\u9019\u6a23\u5c31\u53ef\u4ee5\u9632\u6b62\u4e00\u4e9b\u8a50\u9a19\u7db2\u7ad9\u8a98\u5c0e\u60a8\u4e0b\u8f09\u4e26\u5b89\u88dd\u60e1\u610f\u8edf\u9ad4\u5230\u60a8\u7684\u96fb\u8166\u4e0a\u3002",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "User Agent Changer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/cdn.jsdelivr.net; script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self' ;"
}