Thay đổi thiết bị người dùng

Thay Đổi Thông Tin Người Dùng Nhanh

What is Thay đổi thiết bị người dùng?

Thay đổi thiết bị người dùng is a Chrome extension developed by xuansang0509, and its main feature is "Thay Đổi Thông Tin Người Dùng Nhanh".

Extension Screenshots

screenshot

Download Thay đổi thiết bị người dùng Extension CRX File

Download Thay đổi thiết bị người dùng 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

                        Giúp Thay Đổi User-Agent browser giúp các nhà phát triển sẽ phát triển tốt hơn                    

Extension Basic Information

Name Thay đổi thiết bị người dùng Thay đổi thiết bị người dùng
ID ockkppjghejhdjjpfpjifeingleeahab
Official URL https://chromewebstore.google.com/detail/thay-%C4%91%E1%BB%95i-thi%E1%BA%BFt-b%E1%BB%8B-ng%C6%B0%E1%BB%9Di-d/ockkppjghejhdjjpfpjifeingleeahab
Description Thay Đổi Thông Tin Người Dùng Nhanh
File Size 30.43 KB
Installation Count 275
Current Version 1.0.2
Last Updated 2021-08-19
Publish Date 2021-08-18
Developer xuansang0509
Email [email protected]
Payment Type free
Extension Website https://mingo.vn
Help Page URL https://mingo.vn
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thay \u0111\u1ed5i thi\u1ebft b\u1ecb ng\u01b0\u1eddi d\u00f9ng",
    "description": "Thay \u0110\u1ed5i Th\u00f4ng Tin Ng\u01b0\u1eddi D\u00f9ng Nhanh",
    "version": "1.0.2",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    }
}