Remove Wikipedia Citations

Remove citations from Wikipedia articles (all languages)

What is Remove Wikipedia Citations?

Remove Wikipedia Citations is a Chrome extension developed by vcotta, and its main feature is "Remove citations from Wikipedia articles (all languages)".

Extension Screenshots

screenshot

Download Remove Wikipedia Citations Extension CRX File

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

                        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.                    

Extension Basic Information

Name Remove Wikipedia Citations Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
Official URL https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna
Description Remove citations from Wikipedia articles (all languages)
File Size 15.25 KB
Installation Count 160
Current Version 2.3.1.12
Last Updated 2023-01-13
Publish Date 2023-01-13
Rating 5.00/5 Total 2 Ratings
Developer vcotta
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}