User-Agent Converter
Converter between useragent strings from toolbar popup!
User-Agent Converter là gì?
User-Agent Converter là một tiện ích mở rộng Chrome được phát triển bởi https://www.downloadhub.cloud, và tính năng chính của nó là "Converter between useragent strings from toolbar popup!".
Ả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 Converter
Tải xuống các tệp mở rộng User-Agent Converter 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
From the toolbar popup, you can easily change the user agent of your browser. There are 26 well-known user-agent strings available. Please open the toolbar popup and select the desired user-agent button to use this add-on. The first row of the toolbar popup is for user agents for mobile devices, the second row is for user agents for desktop devices, and the final row is for selecting operating systems. Please force all open tabs to refresh after choosing a user agent. Please fill out the bug report form on the addon's site (https://www.downloadhub.cloud/2023/01/user-agent.html) to report bugs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mbddbbpmiaolaaaibacpldhkndckndib |
URL Chính Thức | https://chromewebstore.google.com/detail/user-agent-converter/mbddbbpmiaolaaaibacpldhkndckndib |
Mô tả | Converter between useragent strings from toolbar popup! |
Kích Thước Tệp | 104 KB |
Số Lần Cài Đặt | 617 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2023-02-06 |
Ngày Phát Hành | 2023-02-05 |
Nhà Phát Triển | https://www.downloadhub.cloud |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.downloadhub.cloud/2023/01/user-agent.html |
URL Trang Chính Sách Bảo Mật | https://www.downloadhub.cloud/p/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_popup": "data\/popup\/popup.html", "default_title": "User-Agent Converter" }, "background": { "service_worker": "background.js" }, "commands": { "toggle-default-mode": { "description": "Toggle default useragent", "suggested_key": { "default": "Ctrl+Shift+D", "mac": "Command+Shift+D" } } }, "description": "Converter between useragent strings from toolbar popup!", "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/user-agent.html", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 3, "name": "User-Agent Converter", "permissions": [ "storage", "scripting", "declarativeNetRequest" ], "version": "0.3.0" } |