Fedora User Agent
Modifies your User-Agent string to contain the name of Fedora Linux distribution.
Fedora User Agent là gì?
Fedora User Agent là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Modifies your User-Agent string to contain the name of Fedora Linux distribution.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fedora User Agent
Tải xuống các tệp mở rộng Fedora User Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fedora User Agent |
ID | hojggiaghnldpcknpbciehjcaoafceil |
URL Chính Thức | https://chromewebstore.google.com/detail/fedora-user-agent/hojggiaghnldpcknpbciehjcaoafceil |
Mô tả | Modifies your User-Agent string to contain the name of Fedora Linux distribution. |
Kích Thước Tệp | 18.04 KB |
Số Lần Cài Đặt | 11,302 |
Phiên Bản Hiện Tại | 0.0.0.7 |
Cập Nhật Lần Cuối | 2019-06-20 |
Ngày Phát Hành | 2019-06-19 |
Đánh Giá | 3.16/5 Tổng số 169 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://getfedora.org/ |
URL Trang Trợ Giúp | https://github.com/tpopela/fedora-user-agent-chrome |
Ngôn Ngữ Được Hỗ Trợ | 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]" } |