Fedora User Agent
Modifies your User-Agent string to contain the name of Fedora Linux distribution.
Τι είναι το Fedora User Agent;
Το Fedora User Agent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Modifies your User-Agent string to contain the name of Fedora Linux distribution.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fedora User Agent
Λήψη αρχείων επέκτασης Fedora User Agent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fedora User Agent |
ID | hojggiaghnldpcknpbciehjcaoafceil |
Επίσημο URL | https://chromewebstore.google.com/detail/fedora-user-agent/hojggiaghnldpcknpbciehjcaoafceil |
Περιγραφή | Modifies your User-Agent string to contain the name of Fedora Linux distribution. |
Μέγεθος Αρχείου | 18.04 KB |
Αριθμός Εγκαταστάσεων | 11,302 |
Τρέχουσα Έκδοση | 0.0.0.7 |
Τελευταία Ενημέρωση | 2019-06-20 |
Ημερομηνία Δημοσίευσης | 2019-06-19 |
Αξιολόγηση | 3.16/5 Συνολικά 169 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://getfedora.org/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/tpopela/fedora-user-agent-chrome |
Υποστηριζόμενες Γλώσσες | 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]" } |