User-Agent Smart Switcher
Switch easily between platforms and browsers
User-Agent Smart Switcher là gì?
User-Agent Smart Switcher là một tiện ích mở rộng Chrome được phát triển bởi Sergei L, và tính năng chính của nó là "Switch easily between platforms and browsers".
Ả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 Smart Switcher
Tải xuống các tệp mở rộng User-Agent Smart 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
Support desktop and mobile browsers. Daily user agent strings updates, no need to update them manually. Source code: https://github.com/srgl/ua-smart-switcher Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dgdmfclijcondkaobmpgbmibaaocfdpj |
URL Chính Thức | https://chrome.google.com/webstore/detail/user-agent-smart-switcher/dgdmfclijcondkaobmpgbmibaaocfdpj |
Mô tả | Switch easily between platforms and browsers |
Kích Thước Tệp | 16.19 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2021-05-21 |
Ngày Phát Hành | 2020-03-16 |
Đánh Giá | 4.86/5 Tổng số 57 Đánh Giá |
Nhà Phát Triển | Sergei L |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/srgl/ua-smart-switcher |
URL Trang Trợ Giúp | https://github.com/srgl/ua-smart-switcher |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User-Agent Smart Switcher", "description": "Switch easily between platforms and browsers", "version": "1.4.1", "author": "Sergei L", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "client.js" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "storage", " |