Fedora User Agent
Modifies your User-Agent string to contain the name of Fedora Linux distribution.
What is Fedora User Agent?
Fedora User Agent is a Chrome extension developed by Unknown, and its main feature is "Modifies your User-Agent string to contain the name of Fedora Linux distribution.".
Extension Screenshots
Download Fedora User Agent Extension CRX File
Download Fedora User Agent 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
Fedora User Agent extension will modify your User-Agent string in outgoing requests to contain the name of Linux based distribution Fedora. For the reasons why this extension is auto installed for you, please see https://bugzilla.redhat.com/1266569 . v0.0.0.7 - Bumped version only fox fixing the missing files in Web Store v0.0.0.6 - Modify the WebSocket requests and avoid multiple modifications of the UA by us v0.0.0.5 - Remove UA quirks for OneNote and Netflix v0.0.0.4 - Don't modify the User-Agent string for OneNote v0.0.0.3 - Extension does not work after the Netflix fix v0.0.0.2 - Don't modify the User-Agent string for Netflix
Extension Basic Information
Name | Fedora User Agent |
ID | hojggiaghnldpcknpbciehjcaoafceil |
Official URL | https://chromewebstore.google.com/detail/fedora-user-agent/hojggiaghnldpcknpbciehjcaoafceil |
Description | Modifies your User-Agent string to contain the name of Fedora Linux distribution. |
File Size | 18.04 KB |
Installation Count | 11,302 |
Current Version | 0.0.0.7 |
Last Updated | 2019-06-20 |
Publish Date | 2019-06-19 |
Rating | 3.16/5 Total 169 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://getfedora.org/ |
Help Page URL | https://github.com/tpopela/fedora-user-agent-chrome |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fedora User Agent", "description": "Modifies your User-Agent string to contain the name of Fedora Linux distribution.", "version": "0.0.0.7", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "ws:\/\/*\/*", "wss:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "fedora_48.png", "128": "fedora_128.png" }, "manifest_version": 2, "author": "Tomas Popela, [email protected]" } |