User-Agent Switcher
Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.
User-Agent Switcherคืออะไร?
User-Agent Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย User-Agent Switcher
ดาวน์โหลดไฟล์ส่วนขยาย User-Agent Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Choose from the preset User-Agent strings, or add your own custom User-Agent string.
Available Preset UAs: Firefox on Windows, Chrome on Android & iPad, Safari (on iPhone, iPadOS/macOS), Google Bot, Chromium on Raspberry Pi and many more.
Extension by BrowserNative. Have any feedback? Email at [email protected]. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iojaoainolpgkpojokmeclhidjolocci |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/user-agent-switcher/iojaoainolpgkpojokmeclhidjolocci |
| คำอธิบาย | Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string. |
| ขนาดไฟล์ | 40.59 KB |
| จำนวนการติดตั้ง | 14,052 |
| เวอร์ชันปัจจุบัน | 1.0.18 |
| อัปเดตครั้งล่าสุด | 2023-10-19 |
| วันที่เผยแพร่ | 2020-06-03 |
| คะแนน | 3.79/5 รวมทั้งหมด 19 คะแนน |
| ผู้พัฒนา | https://browsernative.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://browsernative.com/user-agent-chrome-extension/ |
| URL หน้าช่วยเหลือ | https://browsernative.com/user-agent-chrome-extension/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://browsernative.com/extensions-privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "User-Agent Switcher",
"manifest_version": 2,
"description": "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.",
"homepage_url": "https:\/\/browsernative.com\/user-agent-chrome-extension\/",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Change User-Agent Setting"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"128": "icon.png"
},
"version": "1.0.18",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
]
} | |