R1 AdBlocker

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

Wat is R1 AdBlocker?

R1 AdBlocker is een Chrome-extensie ontwikkeld door RefEarnApp, en de belangrijkste functie is "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie R1 AdBlocker

Download R1 AdBlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
Officiële URL https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Beschrijving R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
Bestandsgrootte 47.31 KB
Aantal Installaties 901
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-08-14
Publicatiedatum 2017-08-13
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar RefEarnApp
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.r1browser.com/
URL van de Privacybeleid Pagina https://www.refearn.com/privacy-policy.php
Ondersteunde Talen 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"
            ]
        }
    ]
}