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…

AdBeaver क्या है?

AdBeaver 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…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AdBeaver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम AdBeaver AdBeaver
ID pkaobdbfekmpiogopbokaoojdhahcpdm
आधिकारिक URL https://chromewebstore.google.com/detail/adbeaver/pkaobdbfekmpiogopbokaoojdhahcpdm
विवरण 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…
फ़ाइल का आकार 193 KB
स्थापना संख्या 57
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2016-04-04
प्रकाशन तिथि 2016-03-22
रेटिंग 3.60/5 कुल 5 रेटिंग्स
डेवलपर AdBeaver
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://dealbeaver.org/privacypolicy.html
समर्थित भाषाएँ 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"
    ]
}