R1 AdBlocker

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

¿Qué es R1 AdBlocker?

R1 AdBlocker es una extensión de Chrome desarrollada por RefEarnApp, y su función principal es "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión R1 AdBlocker

Descarga archivos de extensión R1 AdBlocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
URL Oficial https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Descripción R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
Tamaño del Archivo 47.31 KB
Cantidad de Instalaciones 901
Versión Actual 1.0.4
Última Actualización 2017-08-14
Fecha de Publicación 2017-08-13
Calificación 3.40/5 Total de 5 Calificaciones
Desarrollador RefEarnApp
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.r1browser.com/
URL de la Página de Política de Privacidad https://www.refearn.com/privacy-policy.php
Idiomas Soportados 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"
            ]
        }
    ]
}