Rotation UserAgent
This is an extension that switches UserAgent by screen orientation.
Что такое Rotation UserAgent?
Rotation UserAgent - это расширение Chrome, разработанное developer.waieight., и его основная функция - "This is an extension that switches UserAgent by screen orientation.".
Снимки экрана расширения
Скачать файл CRX расширения Rotation UserAgent
Скачайте файлы расширений Rotation UserAgent в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click the icon on the toolbar to set the user agent.
Основная информация о расширении
Название | Rotation UserAgent |
ID | dfdlefmnkhhldonofabphkhdecnkphop |
Официальный URL | https://chromewebstore.google.com/detail/rotation-useragent/dfdlefmnkhhldonofabphkhdecnkphop |
Описание | This is an extension that switches UserAgent by screen orientation. |
Размер файла | 9.63 KB |
Количество установок | 444 |
Текущая Версия | 0.0.0.5 |
Последнее Обновление | 2023-06-27 |
Дата публикации | 2021-05-12 |
Разработчик | developer.waieight. |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://waieight.hatenablog.jp/ |
URL страницы политики конфиденциальности | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rotation UserAgent", "version": "1.0.0.5", "version_name": "0.0.0.5", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest", "storage" ], "host_permissions": [ " |