Remove Trash
Flag and Remove Spam Post
Remove Trashคืออะไร?
Remove Trash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Virtual QA และคุณลักษณะหลักของมันคือ "Flag and Remove Spam Post"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Trash
ดาวน์โหลดไฟล์ส่วนขยาย Remove Trash ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Specifically for Craigslist. Automatically highlights / hides spam/unwanted/or specifically wanted post when you navigate to the list of postings. It reads all of the posts from the listings page and applies highlighting / hiding to let you know if the post contains any words that were marked as "liked" or "banned" words. Hides/Marks post with certain keywords (ie (at)g_m_a_i_l), duplicated pictures, large number of line-breaks with a different post at the very bottom of the page. Add keywords to the banned list by highlighting and right clicking on them and select "Add as banned text" from your context menu. Right click on a picture and add that to the banned list as well. Can add "liked" words as well and post with those keywords are highlighted in green. FAQ: Can you see all the post affected by this extension: Yes, there is a show/hide button at the top of the listings. It remembers your preference, so you don't have to constantly click it. It also highlights the "bad" post in red so you can distinguish them. This extension previously flagged the post, why did you change its behavior? I don't want people abusing the ease of flagging and flag 100's of post that are legit but they just don't agree with. This way if you don't want to see a post type you can easily hide it while allowing other users the ability to still see the post. Also I don't want spammers to know when their post are being hidden. They are constantly changing their strategies to beat craigslist spam filters, well this way they don't get a notice that it was detected.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eaefhbhffofjaodjdhifiadiodlhmjgi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/remove-trash/eaefhbhffofjaodjdhifiadiodlhmjgi |
คำอธิบาย | Flag and Remove Spam Post |
ขนาดไฟล์ | 122 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.0.26 |
อัปเดตครั้งล่าสุด | 2017-05-30 |
วันที่เผยแพร่ | 2017-05-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Virtual QA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://myvirtualqa.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.26", "manifest_version": 2, "description": "Flag and Remove Spam Post", "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "*:\/\/*.google.com\/", "storage", "webNavigation", "webRequest" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/jquery.js", "scripts\/contentscript.js" ], "css": [ "styles\/main.css" ], "run_at": "document_end", "all_frames": false } ] } |