reveddit language fix

Allows reveddit.com to work properly when the browser/OS language is not set to english.

reveddit language fixとは何ですか?

reveddit language fixはhttps://reveddit.comによって開発されたChromeの拡張機能で、その主な機能は「Allows reveddit.com to work properly when the browser/OS language is not set to english.」です。

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

screenshot

reveddit language fix拡張機能のCRXファイルをダウンロード

reveddit language fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Source code: https://github.com/revddit/revddit-language-fix                    

拡張機能の基本情報

名前 reveddit language fix reveddit language fix
ID fcpgnheagjkmelppbpnbpfimmmjicknj
公式URL https://chromewebstore.google.com/detail/reveddit-language-fix/fcpgnheagjkmelppbpnbpfimmmjicknj
説明 Allows reveddit.com to work properly when the browser/OS language is not set to english.
ファイルサイズ 66.08 KB
インストール数 44
現在のバージョン 0.0.0.3
最終更新日 2019-12-18
公開日 2019-12-17
開発者 https://reveddit.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/e/2PACX-1vTxfh-y3cnIE1Y495pfcJykWNLQRg8xIYLOZ7xHqcaktjI_Y_N5ZQuAnfMhtOrJaDD8bUirVQkD8tuy/pub
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reveddit language fix",
    "short_name": "reveddit lang",
    "description": "Allows reveddit.com to work properly when the browser\/OS language is not set to english.",
    "version": "0.0.0.3",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.reveddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reveddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}