Wikipedia Without Links

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

Wat is Wikipedia Without Links?

Wikipedia Without Links is een Chrome-extensie ontwikkeld door Bruno Neira, en de belangrijkste functie is "Removes most links from Wikipedia pages to prevent you from going down time consuming rabbit holes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wikipedia Without Links

Download Wikipedia Without Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Wikipedia Without Links Wikipedia Without Links
ID eipdjghfbmjdejlbigpdfmoigibginib
Officiële URL https://chromewebstore.google.com/detail/wikipedia-without-links/eipdjghfbmjdejlbigpdfmoigibginib
Beschrijving Removes most links from Wikipedia pages to prevent you from going down time consuming rabbit holes.
Bestandsgrootte 32.13 KB
Aantal Installaties 203
Huidige Versie 1
Laatst Bijgewerkt 2021-06-02
Publicatiedatum 2021-06-01
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Bruno Neira
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}