Reddit Ad Blocker

Blocks All Reddit Promoted and Side Bar Ads

什么是Reddit Ad Blocker?

Reddit Ad Blocker是由Extra Large Bacon Pizza开发的Chrome扩展程序,该扩展的主要功能是“Blocks All Reddit Promoted and Side Bar Ads”。

扩展截图

screenshot
screenshot

下载Reddit Ad Blocker扩展crx文件

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

扩展使用说明

                        Tired of paying for Reddit premium just to block ads?
 
Instantly remove all Reddit ads for free! This includes both Promoted and Side Bar ads!

It even works flawlessly on Old Reddit                    

扩展基本信息

名称 Reddit Ad Blocker Reddit Ad Blocker
ID ikfphehapjecfjflnjagoaapglaihehn
官方URL https://chromewebstore.google.com/detail/reddit-ad-blocker/ikfphehapjecfjflnjagoaapglaihehn
简介 Blocks All Reddit Promoted and Side Bar Ads
文件大小 39.74 KB
安装次数 906
当前版本 1.9
更新时间 2020-05-07
上架时间 2020-05-07
评分 3.36/5 共11次评分
开发者 Extra Large Bacon Pizza
电子邮箱 [email protected]
付费类型 free
扩展官网 https://extralargebacon.pizza/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Ad Blocker",
    "version": "1.9",
    "manifest_version": 2,
    "description": "Blocks All Reddit Promoted and Side Bar Ads",
    "homepage_url": "http:\/\/extralargebacon.pizza",
    "permissions": [
        "*:\/\/*.reddit.com\/*"
    ],
    "browser_action": {
        "default_title": "Reddit Ad Blocker"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}