R1 AdBlocker

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

Was ist R1 AdBlocker?

R1 AdBlocker ist eine Chrome-Erweiterung, die von RefEarnApp entwickelt wurde, und ihr Hauptmerkmal ist "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

Erweiterungsscreenshots

screenshot

R1 AdBlocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie R1 AdBlocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
Offizielle URL https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Beschreibung R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
Dateigröße 47.31 KB
Installationsanzahl 901
Aktuelle Version 1.0.4
Letztes Update 2017-08-14
Veröffentlichungsdatum 2017-08-13
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler RefEarnApp
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.r1browser.com/
URL der Datenschutzrichtlinien-Seite https://www.refearn.com/privacy-policy.php
Unterstützte Sprachen 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"
            ]
        }
    ]
}