User-Agent Switcher

Switch between popular useragent strings from toolbar popup!

User-Agent Switcherคืออะไร?

User-Agent Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "Switch between popular useragent strings from toolbar popup!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย User-Agent Switcher

ดาวน์โหลดไฟล์ส่วนขยาย User-Agent Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easily change your browser's user agent from the toolbar popup. There are 26 popular user-agent strings to choose from.

To work with this addon, please open the toolbar popup and click on the desired user-agent button. Within the toolbar popup, the top row is for mobile user agents, 2nd row is for desktop user agents and the last row is for selecting operating systems. Once you select a user agent, please reload all tabs.

To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/useragent-switcher.html) and fill out the bug report form.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ User-Agent Switcher User-Agent Switcher
ID dbclpoekepcmadpkeaelmhiheolhjflj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/user-agent-switcher/dbclpoekepcmadpkeaelmhiheolhjflj
คำอธิบาย Switch between popular useragent strings from toolbar popup!
ขนาดไฟล์ 85.29 KB
จำนวนการติดตั้ง 35,334
เวอร์ชันปัจจุบัน 0.3.1
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2020-03-10
คะแนน 4.36/5 รวมทั้งหมด 94 คะแนน
ผู้พัฒนา chYer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/useragent-switcher.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/useragent-switcher.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1",
    "manifest_version": 3,
    "name": "User-Agent Switcher",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/useragent-switcher.html",
    "description": "Switch between popular useragent strings from toolbar popup!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "commands": {
        "toggle-default-mode": {
            "description": "Toggle default useragent",
            "suggested_key": {
                "mac": "Command+Shift+D",
                "default": "Ctrl+Shift+D"
            }
        }
    },
    "action": {
        "default_title": "User-Agent Switcher",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}