R1 AdBlocker

R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.

R1 AdBlocker란 무엇입니까?

R1 AdBlocker은(는) RefEarnApp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        R1 AdBlocker - Light weight ad-blocker which blocks most of the ads instantly on almost all of the sites. This also prevents from downloading unnecessary ads content and images, so makes your browsing experience faster.                    

확장 프로그램 기본 정보

이름 R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
공식 URL https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
설명 R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
파일 크기 47.31 KB
설치 횟수 901
현재 버전 1.0.4
최근 업데이트 2017-08-14
출시 날짜 2017-08-13
평점 3.40/5 총 5 개의 평점
개발자 RefEarnApp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.r1browser.com/
개인정보 보호 정책 페이지 URL https://www.refearn.com/privacy-policy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "R1 AdBlocker",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.",
    "icons": {
        "16": "R1Adblocker_19.png",
        "48": "R1Adblocker_48.png",
        "128": "R1Adblocker_19.png"
    },
    "browser_action": {
        "default_title": "R1 AdBlocker",
        "default_icon": "R1Adblocker_19.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "app.js"
            ]
        }
    ]
}