Fedora User Agent
Modifies your User-Agent string to contain the name of Fedora Linux distribution.
Was ist Fedora User Agent?
Fedora User Agent ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Modifies your User-Agent string to contain the name of Fedora Linux distribution.".
Erweiterungsscreenshots
Fedora User Agent-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fedora User Agent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Fedora User Agent |
ID | hojggiaghnldpcknpbciehjcaoafceil |
Offizielle URL | https://chromewebstore.google.com/detail/fedora-user-agent/hojggiaghnldpcknpbciehjcaoafceil |
Beschreibung | Modifies your User-Agent string to contain the name of Fedora Linux distribution. |
Dateigröße | 18.04 KB |
Installationsanzahl | 11,302 |
Aktuelle Version | 0.0.0.7 |
Letztes Update | 2019-06-20 |
Veröffentlichungsdatum | 2019-06-19 |
Bewertung | 3.16/5 Insgesamt 169 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://getfedora.org/ |
Hilfeseite URL | https://github.com/tpopela/fedora-user-agent-chrome |
Unterstützte Sprachen | 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]" } |