Fedora User Agent
Modifies your User-Agent string to contain the name of Fedora Linux distribution.
什麼是Fedora User Agent?
Fedora User Agent是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Modifies your User-Agent string to contain the name of Fedora Linux distribution.”。
擴展截圖
下載Fedora User Agent擴展crx文件
下載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 |
官方網址 | 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]" } |