0Wikipedia

This extension makes you to access Wikipedia mirror (0Wikipedia) directly without adding 0 to the link manually.

What is 0Wikipedia?

0Wikipedia is a Chrome extension developed by nburako, and its main feature is "This extension makes you to access Wikipedia mirror (0Wikipedia) directly without adding 0 to the link manually.".

Extension Screenshots

screenshot
screenshot

Download 0Wikipedia Extension CRX File

Download 0Wikipedia 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

                        This extension makes you to access Wikipedia mirror (0Wikipedia) directly without adding 0 to the link manually. Light, easy, comfortable.

Wikipedia engelini aşmak için her seferinde linkin başına 0 koymaya gerek yok.
Bu eklenti sayesinde her Wikipedia sayfasının başına 0 konmuş gibi rahatça
Wikipedia'ya erişebileceksiniz.                    

Extension Basic Information

Name 0Wikipedia 0Wikipedia
ID khomacefeomcipbnbjlkanejinoodbgk
Official URL https://chromewebstore.google.com/detail/0wikipedia/khomacefeomcipbnbjlkanejinoodbgk
Description This extension makes you to access Wikipedia mirror (0Wikipedia) directly without adding 0 to the link manually.
File Size 28.31 KB
Installation Count 21
Current Version 1.0
Last Updated 2018-03-26
Publish Date 2018-03-26
Rating 5.00/5 Total 5 Ratings
Developer nburako
Payment Type free
Extension Website https://github.com/nburako/0Wikipedia
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "0Wikipedia",
    "name": "0Wikipedia",
    "description": "This extension makes you to access Wikipedia mirror (0Wikipedia) directly without adding 0 to the link manually.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/0Wikipedia_icon19.png"
    },
    "icons": {
        "16": "icons\/0Wikipedia_icon16.png",
        "38": "icons\/0Wikipedia_icon38.png",
        "48": "icons\/0Wikipedia_icon48.png",
        "128": "icons\/0Wikipedia_icon128.png"
    },
    "permissions": [
        "*:\/\/*.wikipedia.org\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}