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."입니다.

확장 프로그램 스크린샷

screenshot

Wiki-Ads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}