R1 AdBlocker

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

Hvad er R1 AdBlocker?

R1 AdBlocker er en Chrome-udvidelse udviklet af RefEarnApp, og dens hovedfunktion er "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

Udvidelsesskærmbilleder

screenshot

Download R1 AdBlocker-udvidelses-CRX-fil

Download R1 AdBlocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
Officiel URL https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Beskrivelse R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
Filstørrelse 47.31 KB
Antal Installationer 901
Nuværende Version 1.0.4
Senest Opdateret 2017-08-14
Udgivelsesdato 2017-08-13
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler RefEarnApp
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.r1browser.com/
URL til Fortrolighedspolitik Side https://www.refearn.com/privacy-policy.php
Understøttede Sprog 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"
            ]
        }
    ]
}