Barstool Bad Blogger Extension

Get rid of the bloggers you don't like.

什么是Barstool Bad Blogger Extension?

Barstool Bad Blogger Extension是由https://www.joecasson.com开发的Chrome扩展程序,该扩展的主要功能是“Get rid of the bloggers you don't like.”。

扩展截图

screenshot

下载Barstool Bad Blogger Extension扩展crx文件

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

扩展使用说明

                        Every blogger has a bad day once in a while. Use this to do what Portnoy won't: kick'em off the blog.

The Barstool Bad Blogger Extension (BBBE) takes a list of all the bloggers for Barstool Sports and allows you to select the ones you don't want to see on the super page. If you accidentally "fire" someone you like or you actually want to read Nate's blogs again, then you can reset your choices and hire everyone back (no, Nickinsider/Manzo/Pirate Simon, not in real life). Bloggers are fired for a day, after which they're brought back. 

The BBBE doesn't affect Davey Pageviews' ad viewability, so I don't think they should have a problem with it. I'm just really tired of reading Nate's blogs.

If you have any suggestions or want to talk about the technical components, feel free to give me a shout: [email protected]                    

扩展基本信息

名称 Barstool Bad Blogger Extension Barstool Bad Blogger Extension
ID hjfmpempdeibfjhlpggleedemhhgipob
官方URL https://chromewebstore.google.com/detail/barstool-bad-blogger-exte/hjfmpempdeibfjhlpggleedemhhgipob
简介 Get rid of the bloggers you don't like.
文件大小 70.48 KB
安装次数 15
当前版本 1.0.3
更新时间 2016-03-14
上架时间 2016-03-14
评分 3.67/5 共3次评分
开发者 https://www.joecasson.com
付费类型 free
扩展官网 http://www.joecasson.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Barstool Bad Blogger Extension",
    "version": "1.0.3",
    "description": "Get rid of the bloggers you don't like.",
    "icons": {
        "16": "stool16.png",
        "48": "stool48.png",
        "128": "stool128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.barstoolsports.com\/",
                "https:\/\/*.barstoolsports.com\/"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/*.barstoolsports.com\/",
        "https:\/\/*.barstoolsports.com\/"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "stool.png",
        "default_popup": "barstoolExtension.html"
    }
}