Easy User-Agents

Easy to change User-Agents by Anh Nguyen.

Easy User-Agentsคืออะไร?

Easy User-Agents เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tuananhnt และคุณลักษณะหลักของมันคือ "Easy to change User-Agents by Anh Nguyen."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Change User Agents for your browser in the simplest way!

Easy User-Agents is simple, but powerful extension. And much easier to use the Internet, regardless of which browser or operating system you prefer.
It adds a toolbar button that you can use to toggle between different commonly used user agent strings. You just need to select and click and you're done

So what’s a User Agent?

A user agent is a small text description of your device that is sent with every web request.  Websites can detect the browser you’re using and serve different content - this is why iPhone and Android users see special mobile websites when they browse the web.

With this chrome  extension, you can quickly and easily switch between user-agent strings. 

Changing User-Agent allows you to mimic, spoof or fake other browsers, devices or search engine spiders.

Changelog 1.1
- More new User-Agent options
- Add custom User Agent
- Update interface
- Enhance security to prevent some websites from detecting the original user agent                    

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

ชื่อ Easy User-Agents Easy User-Agents
ID dahgefcbfpjceagbdidkjhinnpnbjnne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-user-agents/dahgefcbfpjceagbdidkjhinnpnbjnne
คำอธิบาย Easy to change User-Agents by Anh Nguyen.
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 1,447
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-08-25
วันที่เผยแพร่ 2021-02-18
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา tuananhnt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tuananh.online/
URL หน้าช่วยเหลือ https://tuananh.online/support/
ภาษาที่รองรับ en
manifest.json
{
    "author": "Anh Nguyen",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/anhnguyen48.png",
        "default_popup": "mainmenu.html",
        "default_title": "Easy User-Agents"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Easy to change User-Agents by Anh Nguyen.",
    "homepage_url": "https:\/\/tuananh.online",
    "icons": {
        "128": "images\/anhnguyen128.png",
        "16": "images\/anhnguyen16.png",
        "48": "images\/anhnguyen48.png"
    },
    "manifest_version": 2,
    "name": "Easy User-Agents",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}