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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}