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?
Http User-Agent Switcher是由OpenAdminTools.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Http User-Agent Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Http User-Agent Switcher |
ID | dalfpgoflklogpfibbjelegbgfamlhof |
官方URL | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
简介 | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
文件大小 | 172 KB |
安装次数 | 3,592 |
当前版本 | 2.0.1 |
更新时间 | 2022-06-21 |
上架时间 | 2019-08-05 |
评分 | 4.35/5 共49次评分 |
开发者 | OpenAdminTools.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.openadmintools.com |
帮助页面URL | https://app.openadmintools.com |
支持的语言 | 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" } } |