Http User-Agent Switcher
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
Http User-Agent Switcher là gì?
Http User-Agent Switcher là một tiện ích mở rộng Chrome được phát triển bởi OpenAdminTools.com, và tính năng chính của nó là "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.".
Ả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 Http User-Agent Switcher
Tải xuống các tệp mở rộng Http 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
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. You can also add your own custom User-Agents if you don't find what you are looking for.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Http User-Agent Switcher |
ID | dalfpgoflklogpfibbjelegbgfamlhof |
URL Chính Thức | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
Mô tả | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
Kích Thước Tệp | 172 KB |
Số Lần Cài Đặt | 3,592 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2022-06-21 |
Ngày Phát Hành | 2019-08-05 |
Đánh Giá | 4.35/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | OpenAdminTools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.openadmintools.com |
URL Trang Trợ Giúp | https://app.openadmintools.com |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Http User-Agent Switcher", "short_name": "Http User-Agent Switcher", "version": "2.0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webRequest", "webRequestBlocking" ], "default_locale": "en", "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "Http User-Agent Switcher", "default_popup": "popup.html" }, "description": "__MSG_UAExtDesc__", "background": { "scripts": [ "js\/settings.js", "js\/public.js", "js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/content.js" ], "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" } } |