Wikipedia: Guilt Free

Browse Wikipedia guilt free!

Wikipedia: Guilt Freeとは何ですか?

Wikipedia: Guilt Freeはhttps://hartleybrody.comによって開発されたChromeの拡張機能で、その主な機能は「Browse Wikipedia guilt free!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Wikipedia: Guilt Free拡張機能のCRXファイルをダウンロード

Wikipedia: Guilt Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Wikipedia: Guilt Free Wikipedia: Guilt Free
ID fjkfapnbnammaginakacfnbbeadgidfk
公式URL https://chromewebstore.google.com/detail/wikipedia-guilt-free/fjkfapnbnammaginakacfnbbeadgidfk
説明 Browse Wikipedia guilt free!
ファイルサイズ 58.95 KB
インストール数 81
現在のバージョン 1.0.0.2
最終更新日 2014-12-16
公開日 2014-12-16
評価 3.63/5 合計 8 レビュー
開発者 https://hartleybrody.com
支払い方法 free
対応言語 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"
    }
}