R1 AdBlocker

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

R1 AdBlocker là gì?

R1 AdBlocker là một tiện ích mở rộng Chrome được phát triển bởi RefEarnApp, và tính năng chính của nó là "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

Ả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 R1 AdBlocker

Tải xuống các tệp mở rộng R1 AdBlocker 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

                        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.                    

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

Tên R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
URL Chính Thức https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
Mô tả R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
Kích Thước Tệp 47.31 KB
Số Lần Cài Đặt 901
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-08-14
Ngày Phát Hành 2017-08-13
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển RefEarnApp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.r1browser.com/
URL Trang Chính Sách Bảo Mật https://www.refearn.com/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}