Wiki-Ads
Donate to Wikipedia by viewing advertisements when you visit it.
Wiki-Adsとは何ですか?
Wiki-Adsはhttps://wiki-ads.comによって開発されたChromeの拡張機能で、その主な機能は「Donate to Wikipedia by viewing advertisements when you visit it.」です。
拡張機能のスクリーンショット
Wiki-Ads拡張機能のCRXファイルをダウンロード
Wiki-Ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wikipedia depends on users' donations to survive. Now you can donate just by installing this extension and browsing Wikipedia. This extension adds tasteful Amazon.com advertisements to Wikipedia pages. When you purchase an item through these ads, Amazon pays a commission to Wiki-Ads, and we donate 100% of these profits to Wikipedia. This extension only runs when you're on Wikipedia.org, so it won't affect any other webpages in any way. Note: If you have an ad blocker installed, you have to configure it to exclude wikipedia.org.
拡張機能の基本情報
名前 | Wiki-Ads |
ID | jdchlfkafckcnnhblcgniebgfainilbi |
公式URL | https://chromewebstore.google.com/detail/wiki-ads/jdchlfkafckcnnhblcgniebgfainilbi |
説明 | Donate to Wikipedia by viewing advertisements when you visit it. |
ファイルサイズ | 7.84 KB |
インストール数 | 37 |
現在のバージョン | 1.0.1 |
最終更新日 | 2014-02-25 |
公開日 | 2014-02-24 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | https://wiki-ads.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.wiki-ads.com |
ヘルプページのURL | http://www.wiki-ads.com/faq.htm |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki-Ads", "description": "Donate to Wikipedia by viewing advertisements when you visit it.", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*", "https:\/\/*.wikipedia.org\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |