Reddit Mod Nuke Extension
For mods who want to 'nuke' (recursively delete) bad comment threads
Reddit Mod Nuke Extensionคืออะไร?
Reddit Mod Nuke Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dr jimbob และคุณลักษณะหลักของมันคือ "For mods who want to 'nuke' (recursively delete) bad comment threads"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Mod Nuke Extension
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Mod Nuke Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Puts a "nuke" icon next to comment authors name for every comment in subreddits you mod. Clicking this removes that comment, and all child comments of that comment. Designed to ease deleting off-topic flaming argument threads of heavily moderated subreddits. Kudos to amoliski for the icon: http://www.reddit.com/r/modclub/comments/13amg8/one_of_the_raskscience_secret_weapons_is/c72tq0t --- Updates: No longer jQuery-based (now straight JavaScript). Adds icon next to user deleted comments (so you can delete the children if you want from the source). Also expands "load more comments" when present in the nuked thread and after ~4s wait will start deleting everything. (Doesn't do nested "load more comments" and doesn't do "continue this thread -->" which on click goes to new window; rather than add to the current page). 20 Feb 2013 - Updated after addition of "Ignore Reports" button, so this button is no longer triggered. 25 Aug 2014 - Actually works with the changes to reddit! 06 Oct 2014 - Works on https pages too!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | omndholfgmbafjdodldjlekckdneggll |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-mod-nuke-extension/omndholfgmbafjdodldjlekckdneggll |
คำอธิบาย | For mods who want to 'nuke' (recursively delete) bad comment threads |
ขนาดไฟล์ | 7.56 KB |
จำนวนการติดตั้ง | 1,542 |
เวอร์ชันปัจจุบัน | 6.283.185.307 |
อัปเดตครั้งล่าสุด | 2014-10-06 |
วันที่เผยแพร่ | 2014-10-06 |
คะแนน | 4.19/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | dr jimbob |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Mod Nuke Extension", "version": "6.283.185.307", "manifest_version": 2, "description": "For mods who want to 'nuke' (recursively delete) bad comment threads", "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "nuke.png" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "nuke.js" ] } ] } |