Fedora User Agent
Modifies your User-Agent string to contain the name of Fedora Linux distribution.
Apa itu Fedora User Agent?
Fedora User Agent adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Modifies your User-Agent string to contain the name of Fedora Linux distribution.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fedora User Agent
Unduh file ekstensi Fedora User Agent dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Fedora User Agent |
ID | hojggiaghnldpcknpbciehjcaoafceil |
URL Resmi | https://chromewebstore.google.com/detail/fedora-user-agent/hojggiaghnldpcknpbciehjcaoafceil |
Deskripsi | Modifies your User-Agent string to contain the name of Fedora Linux distribution. |
Ukuran File | 18.04 KB |
Jumlah Instalasi | 11,302 |
Versi Saat Ini | 0.0.0.7 |
Terakhir Diperbarui | 2019-06-20 |
Tanggal Publikasi | 2019-06-19 |
Penilaian | 3.16/5 Total 169 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://getfedora.org/ |
URL Halaman Bantuan | https://github.com/tpopela/fedora-user-agent-chrome |
Bahasa yang Didukung | 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]" } |