Remove Wikipedia Citations

Remove citations from Wikipedia articles (all languages)

Wat is Remove Wikipedia Citations?

Remove Wikipedia Citations is een Chrome-extensie ontwikkeld door vcotta, en de belangrijkste functie is "Remove citations from Wikipedia articles (all languages)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Remove Wikipedia Citations

Download Remove Wikipedia Citations-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

                        Citations are used to link parts of the article to sources, situated in the "References" section, at the bottom of the page. Citations contribute to legitimation of presented data, but they can be annoying when the use of copy/paste is required.                    

Basisinformatie over de Extensie

Naam Remove Wikipedia Citations Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
Officiële URL https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna
Beschrijving Remove citations from Wikipedia articles (all languages)
Bestandsgrootte 15.25 KB
Aantal Installaties 160
Huidige Versie 2.3.1.12
Laatst Bijgewerkt 2023-01-13
Publicatiedatum 2023-01-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar vcotta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Wikipedia Citations",
    "description": "Remove citations from Wikipedia articles (all languages)",
    "version": "2.3.1.12",
    "author": "Valentin Cotta",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}