reveddit language fix

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

What is reveddit language fix?

reveddit language fix is a Chrome extension developed by https://reveddit.com, and its main feature is "Allows reveddit.com to work properly when the browser/OS language is not set to english.".

Extension Screenshots

screenshot

Download reveddit language fix Extension CRX File

Download reveddit language fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name reveddit language fix reveddit language fix
ID fcpgnheagjkmelppbpnbpfimmmjicknj
Official URL https://chromewebstore.google.com/detail/reveddit-language-fix/fcpgnheagjkmelppbpnbpfimmmjicknj
Description Allows reveddit.com to work properly when the browser/OS language is not set to english.
File Size 66.08 KB
Installation Count 44
Current Version 0.0.0.3
Last Updated 2019-12-18
Publish Date 2019-12-17
Developer https://reveddit.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vTxfh-y3cnIE1Y495pfcJykWNLQRg8xIYLOZ7xHqcaktjI_Y_N5ZQuAnfMhtOrJaDD8bUirVQkD8tuy/pub
Supported Languages 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
}