Forum Troll Stomper
Block your (un)favourite trolls from forums such as ZDNet, PCPro and CNet. Stomp on those suckers so you never see them again!
Forum Troll Stomperคืออะไร?
Forum Troll Stomper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrownieBoy และคุณลักษณะหลักของมันคือ "Block your (un)favourite trolls from forums such as ZDNet, PCPro and CNet. Stomp on those suckers so you never see them again!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forum Troll Stomper
ดาวน์โหลดไฟล์ส่วนขยาย Forum Troll Stomper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Comments on many tech forums often descend into an ill-mannered slanging match. Insults and ad-hominen attacks abound, with (no doubt overworked) forum admins seemingly unable to halt the abuse. So, I put together this extension together to block such trolls. And as one person's "troll" is another person's "heroic fighter for the good cause", you get to define who your particular list of trolls are. Think of this as an old-style email kill list, but for forums rather than for your inbox. New TrollPeak Feature! ==================== As of version 0.35. For those weak moments when you can't help yourself! TrollPeak allows you take a sneaky look at what the troll said, but without having to unblock him. Forum Troll Stomper currently works with the following forums: * zdnet.com * pcpro.co.uk * cnet.com I can adapt to work with other forums on request. Just let me know via the Feedback link. Developer note: the extension cannot block comments that load inside an iFrame. That's why I had to remove the ComputerWorld and PCPro options. Version 0.38, Dec 17, 2014 ================= * Fixes for ZDNet's switch to Fyre. * Fixed a CSS image size problem with Fyre. Version 0.37, Nov 26, 2014 ===================== * Fixed bug that disabled the extension on the ZDNet forums. Version 0.36, Nov 25, 2014 ===================== * Added New York (nymag.com) site. * Removed PCPro, who switched their comments to Disqus, running inside an iFrame. (They have fairly polite comments there, anyway!) Version 0.35, Oct 1, 2013 ===================== * Added TrollPeek feature. * Removed ComputerWorld site. (They switched their comments to Disqus, running inside an iFrame.) Version 0.32, Oct 1, 2013 ===================== * Added CNet and ComputerWorld sites. Version 0.31, Oct 1, 2013 ===================== * Removed unused 3rd options tab * Extract authors from within a href tags Version 0.30, Sept 29, 2013 ===================== * Added pcpro.co.uk forum. * Redesigned options as a separate page. This allows separate troll lists for multiple forums.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bhddppodjinmkoakbppenpbpodbcjgam |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/forum-troll-stomper/bhddppodjinmkoakbppenpbpodbcjgam |
คำอธิบาย | Block your (un)favourite trolls from forums such as ZDNet, PCPro and CNet. Stomp on those suckers so you never see them again! |
ขนาดไฟล์ | 216 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.38 |
อัปเดตครั้งล่าสุด | 2014-12-17 |
วันที่เผยแพร่ | 2014-12-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | BrownieBoy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forum Troll Stomper", "version": "0.38", "manifest_version": 2, "description": "Block your (un)favourite trolls from forums such as ZDNet, PCPro and CNet. Stomp on those suckers so you never see them again!", "web_accessible_resources": [ "javascript\/libs\/jquery-1.10.2.min.map", "images\/foot19.png", "images\/foot38.png", "css\/images\/ui-bg_highlight-hard_100_f2f5f7_1x100.png", "css\/images\/ui-icons_72a7cf_256x240.png", "css\/images\/ui-bg_highlight-soft_100_deedf7_1x100.png", "css\/images\/ui-bg_glass_80_d7ebf9_1x400.png", "css\/images\/ui-icons_3d80b3_256x240.png", "css\/images\/ui-bg_glass_100_e4f1fb_1x400.png", "css\/images\/ui-icons_2694e8_256x240.png" ], "content_scripts": [ { "matches": [ "http:\/\/www.zdnet.com\/*", "http:\/\/www.pcpro.co.uk\/*", "http:\/\/*.cnet.com\/*", "http:\/\/*.nymag.com\/*" ], "css": [ "css\/app.css", "css\/jquery-ui-1.10.3.cupertino.css" ], "js": [ "javascript\/libs\/jquery-1.10.2.min.js", "javascript\/libs\/jquery-ui.1.10.3.min.js", "javascript\/libs\/parseurl.js", "javascript\/libs\/waitForKeyElements.js", "javascript\/app.js" ] } ], "background": { "scripts": [ "javascript\/background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*.zdnet.com\/", "https:\/\/*.zdnet.com\/", "http:\/\/*.pcpro.co.uk\/", "http:\/\/*.cnet.com\/", "http:\/\/*.nymag.com\/" ], "icons": { "48": "images\/foot48.png", "128": "images\/foot128.png" }, "browser_action": { "default_title": "Forum Troll Stomper", "default_icon": { "19": "images\/foot19.png", "38": "images\/foot38.png" } } } |