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
官方網址 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"
            ]
        }
    ]
}