AdBeaver
AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for…
AdBeaver란 무엇입니까?
AdBeaver은(는) AdBeaver에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for…"입니다.
확장 프로그램 스크린샷
AdBeaver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for every ad shown on your screen. AdCoins can be cashed out via paypal, gift cards or donated to a charitable cause. This needs Openadblock extension to work. https://chrome.google.com/webstore/detail/openadblock/daclmgnjigcnoijllknjfknlipgpddpo
확장 프로그램 기본 정보
이름 | AdBeaver |
ID | pkaobdbfekmpiogopbokaoojdhahcpdm |
공식 URL | https://chromewebstore.google.com/detail/adbeaver/pkaobdbfekmpiogopbokaoojdhahcpdm |
설명 | AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for… |
파일 크기 | 193 KB |
설치 횟수 | 57 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2016-04-04 |
출시 날짜 | 2016-03-22 |
평점 | 3.60/5 총 5 개의 평점 |
개발자 | AdBeaver |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://dealbeaver.org/privacypolicy.html |
지원되는 언어 | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "includes\/Utils.js", "includes\/Settings.js", "includes\/Emitter.js", "main\/AdBlockFacade.js", "main\/UserManager.js", "main\/CustomSiteManager.js", "main\/BugreportManager.js", "main\/AdBeaver.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "ui\/images\/icon-empty.png" }, "default_popup": "ui\/popup.html", "default_title": "AdBeaver" }, "content_scripts": [ { "all_frames": true, "js": [ "includes\/Utils.js", "includes\/AdWrapperCS.js", "main\/AdManagerCS.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "main\/FrameCheckCS.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ "main\/Dealbeaver.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ "ui\/InfoBarCS.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "manifest_version": 2, "name": "AdBeaver", "options_page": "ui\/options.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "webRequest", "webRequestBlocking", "webNavigation", "tabs", "management" ], "version": "1.0.3", "web_accessible_resources": [ "ui\/images\/defaulticon.png", "ui\/images\/gradient_bar.png", "ui\/images\/button_click.png", "ui\/images\/button_gradient.png", "ui\/images\/infoclose.png", "ui\/images\/infoclose_hover.png" ] } |