MDN Language Redirector

Browse MDN in your preferred language.

What is MDN Language Redirector?

MDN Language Redirector is a Chrome extension developed by timonvanspronsen, and its main feature is "Browse MDN in your preferred language.".

Extension Screenshots

Download MDN Language Redirector Extension CRX File

Download MDN Language Redirector 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

                        MDN Language Redirector is a browser extension that ensures that you're always browsing MDN in your preferred language. No more having to switch to another language manually, this extension handles it automatically.                    

Extension Basic Information

Name MDN Language Redirector MDN Language Redirector
ID phkkdccpgglghcdikkcalajiigdccnbo
Official URL https://chromewebstore.google.com/detail/mdn-language-redirector/phkkdccpgglghcdikkcalajiigdccnbo
Description Browse MDN in your preferred language.
File Size 19.93 KB
Installation Count 69
Current Version 1.0
Last Updated 2019-01-05
Publish Date 2019-01-05
Rating 4.00/5 Total 3 Ratings
Developer timonvanspronsen
Payment Type free
Extension Website https://github.com/TimonVS/mdn-language-redirector
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDN Language Redirector",
    "version": "1.0",
    "description": "Browse MDN in your preferred language.",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "*:\/\/developer.mozilla.org\/*",
        "webRequestBlocking",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}