AdBeaver

AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for…

Cos'è AdBeaver?

AdBeaver è un'estensione di Chrome sviluppata da AdBeaver, e la sua funzione principale è "AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AdBeaver

Scarica i file di estensione AdBeaver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for every ad shown on your screen. AdCoins can be cashed out via paypal, gift cards or donated to a charitable cause.

This needs Openadblock extension to work.
https://chrome.google.com/webstore/detail/openadblock/daclmgnjigcnoijllknjfknlipgpddpo                    

Informazioni di Base sull'Estensione

Nome AdBeaver AdBeaver
ID pkaobdbfekmpiogopbokaoojdhahcpdm
URL Ufficiale https://chromewebstore.google.com/detail/adbeaver/pkaobdbfekmpiogopbokaoojdhahcpdm
Descrizione AdBeaver is a free service for you to get a little more out of your web surfing. You surf the web and earn valuable AdCoins for…
Dimensione del File 193 KB
Conteggio Installazioni 57
Versione Corrente 1.0.3
Ultimo Aggiornamento 2016-04-04
Data di Pubblicazione 2016-03-22
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore AdBeaver
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://dealbeaver.org/privacypolicy.html
Lingue Supportate de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "includes\/Utils.js",
            "includes\/Settings.js",
            "includes\/Emitter.js",
            "main\/AdBlockFacade.js",
            "main\/UserManager.js",
            "main\/CustomSiteManager.js",
            "main\/BugreportManager.js",
            "main\/AdBeaver.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "ui\/images\/icon-empty.png"
        },
        "default_popup": "ui\/popup.html",
        "default_title": "AdBeaver"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "includes\/Utils.js",
                "includes\/AdWrapperCS.js",
                "main\/AdManagerCS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "main\/FrameCheckCS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "main\/Dealbeaver.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "ui\/InfoBarCS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "name": "AdBeaver",
    "options_page": "ui\/options.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        "management"
    ],
    "version": "1.0.3",
    "web_accessible_resources": [
        "ui\/images\/defaulticon.png",
        "ui\/images\/gradient_bar.png",
        "ui\/images\/button_click.png",
        "ui\/images\/button_gradient.png",
        "ui\/images\/infoclose.png",
        "ui\/images\/infoclose_hover.png"
    ]
}