CharityAd

Block annoying ads and help charities!

CharityAd란 무엇입니까?

CharityAd은(는) https://charityad.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block annoying ads and help charities!"입니다.

확장 프로그램 스크린샷

screenshot

CharityAd 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The CharityAd project redistributes money across NGOs working in favor of charity, human rights, freedom of speech, children protection and animals protection.
This money is generated by you when you surf on internet.

All you need to do is to install the plugin in your browser and that's it, your are now helping us and all NGO we are working with.                    

확장 프로그램 기본 정보

이름 CharityAd CharityAd
ID acaolmpphmfnffmelignomoddonoiphm
공식 URL https://chromewebstore.google.com/detail/charityad/acaolmpphmfnffmelignomoddonoiphm
설명 Block annoying ads and help charities!
파일 크기 39.21 KB
설치 횟수 316
현재 버전 2013.9.7.1
최근 업데이트 2013-09-07
출시 날짜 2013-09-07
개발자 https://charityad.org
결제 유형 free
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    },
    "background": {
        "scripts": [
            "util.js",
            "jsuri-1.1.1.js",
            "rule_list.js",
            "rules.js",
            "background.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/charityad.org\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "name": "__MSG_appName__",
    "page_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "CharityAd"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "version": "2013.9.7.1"
}