Barstool Bad Blogger Extension
Get rid of the bloggers you don't like.
Τι είναι το Barstool Bad Blogger Extension;
Το Barstool Bad Blogger Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.joecasson.com, και η κύρια λειτουργία του είναι "Get rid of the bloggers you don't like.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Barstool Bad Blogger Extension
Λήψη αρχείων επέκτασης 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 |
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" } } |