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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of the bloggers you don't like."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Barstool Bad Blogger Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}