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 là gì?

AdBeaver là một tiện ích mở rộng Chrome được phát triển bởi AdBeaver, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AdBeaver

Tải xuống các tệp mở rộng AdBeaver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AdBeaver AdBeaver
ID pkaobdbfekmpiogopbokaoojdhahcpdm
URL Chính Thức https://chromewebstore.google.com/detail/adbeaver/pkaobdbfekmpiogopbokaoojdhahcpdm
Mô tả 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…
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2016-04-04
Ngày Phát Hành 2016-03-22
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển AdBeaver
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://dealbeaver.org/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}