Wikipedia Ad-Free

Removes the wikipedia donation banner, that pushes the whole page down while reading.

What is Wikipedia Ad-Free?

Wikipedia Ad-Free is a Chrome extension developed by helgert.benjamin, and its main feature is "Removes the wikipedia donation banner, that pushes the whole page down while reading.".

Extension Screenshots

screenshot

Download Wikipedia Ad-Free Extension CRX File

Download Wikipedia Ad-Free 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

                        You should have a choice whether you want to see the banner or not, especially, when you already made a donation. When something is not working, please let me know, I will try solving the issue right away.

Enjoy Wikipedia! Ad-Free.                    

Extension Basic Information

Name Wikipedia Ad-Free Wikipedia Ad-Free
ID igngbiciahbgffickmnfkkbnipdnhplm
Official URL https://chromewebstore.google.com/detail/wikipedia-ad-free/igngbiciahbgffickmnfkkbnipdnhplm
Description Removes the wikipedia donation banner, that pushes the whole page down while reading.
File Size 6.58 KB
Installation Count 434
Current Version 0.0.4
Last Updated 2015-12-14
Publish Date 2015-12-14
Rating 3.12/5 Total 17 Ratings
Developer helgert.benjamin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Ad-Free",
    "description": "Removes the wikipedia donation banner, that pushes the whole page down while reading.",
    "version": "0.0.4",
    "icons": {
        "128": "Logo_W_AdFree_128.png"
    },
    "background": {
        "scripts": [
            "remove_ads.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.wikipedia.org\/"
    ]
}