R1 AdBlocker

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

Co to jest R1 AdBlocker?

R1 AdBlocker to rozszerzenie Chrome opracowane przez RefEarnApp, a jego główną funkcją jest „R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia R1 AdBlocker

Pobierz pliki rozszerzeń R1 AdBlocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
Oficjalny URL https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Opis R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
Rozmiar pliku 47.31 KB
Liczba instalacji 901
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2017-08-14
Data Publikacji 2017-08-13
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper RefEarnApp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.r1browser.com/
Adres URL Strony Polityki Prywatności https://www.refearn.com/privacy-policy.php
Obsługiwane Języki 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"
            ]
        }
    ]
}