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 là gì?
User-Agent Switcher là một tiện ích mở rộng Chrome được phát triển bởi https://browsernative.com, và tính năng chính của nó là "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng User-Agent Switcher
Tải xuống các tệp mở rộng User-Agent Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | User-Agent Switcher |
ID | iojaoainolpgkpojokmeclhidjolocci |
URL Chính Thức | https://chromewebstore.google.com/detail/user-agent-switcher/iojaoainolpgkpojokmeclhidjolocci |
Mô tả | Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string. |
Kích Thước Tệp | 40.59 KB |
Số Lần Cài Đặt | 14,052 |
Phiên Bản Hiện Tại | 1.0.18 |
Cập Nhật Lần Cuối | 2023-10-19 |
Ngày Phát Hành | 2020-06-03 |
Đánh Giá | 3.79/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/user-agent-chrome-extension/ |
URL Trang Trợ Giúp | https://browsernative.com/user-agent-chrome-extension/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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", "*:\/\/*\/*" ] } |