Wikipedia: Guilt Free

Browse Wikipedia guilt free!

What is Wikipedia: Guilt Free?

Wikipedia: Guilt Free is a Chrome extension developed by https://hartleybrody.com, and its main feature is "Browse Wikipedia guilt free!".

Extension Screenshots

screenshot
screenshot

Download Wikipedia: Guilt Free Extension CRX File

Download Wikipedia: Guilt 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

                        There are many reasons you might not like the donation calls to action on Wikipedia.

* Jimmy Wales made fun of your mother at a pub one time
* You already donated and are still being bothered on a different computer
* They promised they'd only ask for one week but they're still bugging you about it
* You're cheap bastard and want all of the world's info at your fingertips FO FREE

Whatever your reason, this extension removes those annoying fundraising prompts all over Wikipedia so you can browse without guilt!                    

Extension Basic Information

Name Wikipedia: Guilt Free Wikipedia: Guilt Free
ID fjkfapnbnammaginakacfnbbeadgidfk
Official URL https://chromewebstore.google.com/detail/wikipedia-guilt-free/fjkfapnbnammaginakacfnbbeadgidfk
Description Browse Wikipedia guilt free!
File Size 58.95 KB
Installation Count 81
Current Version 1.0.0.2
Last Updated 2014-12-16
Publish Date 2014-12-16
Rating 3.63/5 Total 8 Ratings
Developer https://hartleybrody.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia: Guilt Free",
    "description": "Browse Wikipedia guilt free!",
    "version": "1.0.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "jquery.js",
                "jquery-cookie.js",
                "remove-cta.js"
            ]
        }
    ],
    "icons": {
        "128": "wikipedia-fundraising-prompt.png"
    }
}