R1 AdBlocker

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

What is R1 AdBlocker?

R1 AdBlocker is a Chrome extension developed by RefEarnApp, and its main feature is "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

Extension Screenshots

screenshot

Download R1 AdBlocker Extension CRX File

Download R1 AdBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
Official URL https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Description R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
File Size 47.31 KB
Installation Count 901
Current Version 1.0.4
Last Updated 2017-08-14
Publish Date 2017-08-13
Rating 3.40/5 Total 5 Ratings
Developer RefEarnApp
Email [email protected]
Payment Type free
Extension Website http://www.r1browser.com/
Privacy Policy Page URL https://www.refearn.com/privacy-policy.php
Supported Languages 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"
            ]
        }
    ]
}