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.
O que é Http User-Agent Switcher?
Http User-Agent Switcher é uma extensão do Chrome desenvolvida por OpenAdminTools.com, e sua principal característica é "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Http User-Agent Switcher
Baixe arquivos de extensão Http User-Agent Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Http User-Agent Switcher |
ID | dalfpgoflklogpfibbjelegbgfamlhof |
URL Oficial | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
Descrição | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
Tamanho do Arquivo | 172 KB |
Contagem de Instalações | 3,592 |
Versão Atual | 2.0.1 |
Última Atualização | 2022-06-21 |
Data de Publicação | 2019-08-05 |
Classificação | 4.35/5 Total de 49 Avaliações |
Desenvolvedor | OpenAdminTools.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.openadmintools.com |
URL da Página de Ajuda | https://app.openadmintools.com |
Idiomas Suportados | 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" } } |