Wikipedia: Guilt Free

Browse Wikipedia guilt free!

Apa itu Wikipedia: Guilt Free?

Wikipedia: Guilt Free adalah ekstensi Chrome yang dikembangkan oleh https://hartleybrody.com, dan fitur utamanya adalah "Browse Wikipedia guilt free!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Wikipedia: Guilt Free

Unduh file ekstensi Wikipedia: Guilt Free dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Wikipedia: Guilt Free Wikipedia: Guilt Free
ID fjkfapnbnammaginakacfnbbeadgidfk
URL Resmi https://chromewebstore.google.com/detail/wikipedia-guilt-free/fjkfapnbnammaginakacfnbbeadgidfk
Deskripsi Browse Wikipedia guilt free!
Ukuran File 58.95 KB
Jumlah Instalasi 81
Versi Saat Ini 1.0.0.2
Terakhir Diperbarui 2014-12-16
Tanggal Publikasi 2014-12-16
Penilaian 3.63/5 Total 8 Penilaian
Pengembang https://hartleybrody.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}