R1 AdBlocker

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

什么是R1 AdBlocker?

R1 AdBlocker是由RefEarnApp开发的Chrome扩展程序,该扩展的主要功能是“R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.”。

扩展截图

screenshot

下载R1 AdBlocker扩展crx文件

下载R1 AdBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
官方URL https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
简介 R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
文件大小 47.31 KB
安装次数 901
当前版本 1.0.4
更新时间 2017-08-14
上架时间 2017-08-13
评分 3.40/5 共5次评分
开发者 RefEarnApp
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.r1browser.com/
隐私政策页面URL https://www.refearn.com/privacy-policy.php
支持的语言 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"
            ]
        }
    ]
}