Nix Mobile Wiki

m.wiki to normal wiki

What is Nix Mobile Wiki?

Nix Mobile Wiki is a Chrome extension developed by https://www.programmerego.com, and its main feature is "m.wiki to normal wiki".

Download Nix Mobile Wiki Extension CRX File

Download Nix Mobile Wiki 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

                        nix-mobile makes sure that you no longer have to see wikipedia pages in their mobile form as you browse in comfort on your non-mobile device. Since wikipedia does not auto-redirect when a mobile page is linked, this can be a frequent occurrence on link sharing sites such as reddit. 

This app currently only works for Chrome Beta.                    

Extension Basic Information

Name Nix Mobile Wiki Nix Mobile Wiki
ID lbfgcgbdofagijobdmfipckjmcgiaeeg
Official URL https://chromewebstore.google.com/detail/nix-mobile-wiki/lbfgcgbdofagijobdmfipckjmcgiaeeg
Description m.wiki to normal wiki
File Size 3.82 KB
Installation Count 36
Current Version 1.0
Last Updated 2013-06-10
Publish Date 2013-06-09
Rating 3.67/5 Total 3 Ratings
Developer https://www.programmerego.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nix Mobile Wiki",
    "version": "1.0",
    "description": "m.wiki to normal wiki",
    "permissions": [
        "declarativeWebRequest",
        ""
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}