Wikipedia Without Links

Removes most links from Wikipedia pages to prevent you from going down time consuming rabbit holes.

What is Wikipedia Without Links?

Wikipedia Without Links is a Chrome extension developed by Bruno Neira, and its main feature is "Removes most links from Wikipedia pages to prevent you from going down time consuming rabbit holes.".

Extension Screenshots

screenshot

Download Wikipedia Without Links Extension CRX File

Download Wikipedia Without Links 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

                        Removes most links from Wikipedia pages to prevent you from going down time consuming rabbit holes.                    

Extension Basic Information

Name Wikipedia Without Links Wikipedia Without Links
ID eipdjghfbmjdejlbigpdfmoigibginib
Official URL https://chromewebstore.google.com/detail/wikipedia-without-links/eipdjghfbmjdejlbigpdfmoigibginib
Description Removes most links from Wikipedia pages to prevent you from going down time consuming rabbit holes.
File Size 32.13 KB
Installation Count 203
Current Version 1
Last Updated 2021-06-02
Publish Date 2021-06-01
Rating 3.33/5 Total 3 Ratings
Developer Bruno Neira
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Without Links",
    "version": "1",
    "icons": {
        "16": "WikipediaWithoutLinks16.png",
        "48": "WikipediaWithoutLinks48.png",
        "128": "WikipediaWithoutLinks.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*",
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}