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 - это расширение Chrome, разработанное OpenAdminTools.com, и его основная функция - "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.".
Снимки экрана расширения
Скачать файл CRX расширения Http User-Agent Switcher
Скачайте файлы расширений 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" } } |