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.」です。
拡張機能のスクリーンショット
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 |
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" } } |