R1 AdBlocker

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

Vad är R1 AdBlocker?

R1 AdBlocker är en Chrome-tillägg utvecklad av RefEarnApp, och dess huvudfunktion är "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

Tilläggsskärmbilder

screenshot

Ladda ner R1 AdBlocker-förlängningens CRX-fil

Ladda ner R1 AdBlocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
Officiell webbadress https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Beskrivning R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
Filstorlek 47.31 KB
Antal Installationer 901
Aktuell Version 1.0.4
Senast Uppdaterad 2017-08-14
Publiceringsdatum 2017-08-13
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare RefEarnApp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.r1browser.com/
URL till Sekretesspolicy Sidan https://www.refearn.com/privacy-policy.php
Stödda Språk 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"
            ]
        }
    ]
}