Rotation UserAgent
This is an extension that switches UserAgent by screen orientation.
What is Rotation UserAgent?
Rotation UserAgent is a Chrome extension developed by developer.waieight., and its main feature is "This is an extension that switches UserAgent by screen orientation.".
Extension Screenshots
Download Rotation UserAgent Extension CRX File
Download Rotation UserAgent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Click the icon on the toolbar to set the user agent.
Extension Basic Information
Name | Rotation UserAgent |
ID | dfdlefmnkhhldonofabphkhdecnkphop |
Official URL | https://chromewebstore.google.com/detail/rotation-useragent/dfdlefmnkhhldonofabphkhdecnkphop |
Description | This is an extension that switches UserAgent by screen orientation. |
File Size | 9.63 KB |
Installation Count | 444 |
Current Version | 0.0.0.5 |
Last Updated | 2023-06-27 |
Publish Date | 2021-05-12 |
Developer | developer.waieight. |
[email protected] | |
Payment Type | free |
Extension Website | https://waieight.hatenablog.jp/ |
Privacy Policy Page URL | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
Supported Languages | 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": [ " |