Wikipedia Ad-Free

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

Wikipedia Ad-Freeとは何ですか?

Wikipedia Ad-Freeはhelgert.benjaminによって開発されたChromeの拡張機能で、その主な機能は「Removes the wikipedia donation banner, that pushes the whole page down while reading.」です。

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

screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Wikipedia Ad-Free Wikipedia Ad-Free
ID igngbiciahbgffickmnfkkbnipdnhplm
公式URL https://chromewebstore.google.com/detail/wikipedia-ad-free/igngbiciahbgffickmnfkkbnipdnhplm
説明 Removes the wikipedia donation banner, that pushes the whole page down while reading.
ファイルサイズ 6.58 KB
インストール数 434
現在のバージョン 0.0.4
最終更新日 2015-12-14
公開日 2015-12-14
評価 3.12/5 合計 17 レビュー
開発者 helgert.benjamin
支払い方法 free
対応言語 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\/"
    ]
}