User-Agent Converter
Converter between useragent strings from toolbar popup!
What is User-Agent Converter?
User-Agent Converter is a Chrome extension developed by https://www.downloadhub.cloud, and its main feature is "Converter between useragent strings from toolbar popup!".
Extension Screenshots
Download User-Agent Converter Extension CRX File
Download User-Agent Converter 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
From the toolbar popup, you can easily change the user agent of your browser. There are 26 well-known user-agent strings available. Please open the toolbar popup and select the desired user-agent button to use this add-on. The first row of the toolbar popup is for user agents for mobile devices, the second row is for user agents for desktop devices, and the final row is for selecting operating systems. Please force all open tabs to refresh after choosing a user agent. Please fill out the bug report form on the addon's site (https://www.downloadhub.cloud/2023/01/user-agent.html) to report bugs.
Extension Basic Information
Name | User-Agent Converter |
ID | mbddbbpmiaolaaaibacpldhkndckndib |
Official URL | https://chromewebstore.google.com/detail/user-agent-converter/mbddbbpmiaolaaaibacpldhkndckndib |
Description | Converter between useragent strings from toolbar popup! |
File Size | 104 KB |
Installation Count | 617 |
Current Version | 0.3.0 |
Last Updated | 2023-02-06 |
Publish Date | 2023-02-05 |
Developer | https://www.downloadhub.cloud |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.downloadhub.cloud/2023/01/user-agent.html |
Privacy Policy Page URL | https://www.downloadhub.cloud/p/privacy-policy.html |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_popup": "data\/popup\/popup.html", "default_title": "User-Agent Converter" }, "background": { "service_worker": "background.js" }, "commands": { "toggle-default-mode": { "description": "Toggle default useragent", "suggested_key": { "default": "Ctrl+Shift+D", "mac": "Command+Shift+D" } } }, "description": "Converter between useragent strings from toolbar popup!", "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/user-agent.html", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 3, "name": "User-Agent Converter", "permissions": [ "storage", "scripting", "declarativeNetRequest" ], "version": "0.3.0" } |