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.」です。

拡張機能のスクリーンショット

screenshot

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 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]"
}