Trolless
Exciting extension to prevent your brain harmed by trolls
Trollessคืออะไร?
Trolless เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trolless และคุณลักษณะหลักของมันคือ "Exciting extension to prevent your brain harmed by trolls"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trolless
ดาวน์โหลดไฟล์ส่วนขยาย Trolless ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Proiectul TROLLESS a fost dezvoltat în cadrul celui de-al doilea Hackaton de Media ”Puterea a cincea” organizat de Centrul pentru Jurnalism Independent şi Deutsche Welle Akademie. Scopul principal al proiectului constă în identificarea surselor de manipulare din spațiul new media și izolarea acestora. Aplicația ajută la depistarea profilurilor false și care au o activitate suspicioasă/trolling pe facebook și platforme conexe, de exemplu: activitate inautentică coordonată, dezinformare, manipulare, distragerea atenției. TROLLESS permite să raportați acești utilizatori astfel încât toată comunitatea să fie prevenită privitor la activitatea acestor profiluri.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trolless |
ID | pphdhabokkdhjpciefklpacdfpmjebgn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trolless/pphdhabokkdhjpciefklpacdfpmjebgn |
คำอธิบาย | Exciting extension to prevent your brain harmed by trolls |
ขนาดไฟล์ | 274 KB |
จำนวนการติดตั้ง | 505 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2021-06-28 |
วันที่เผยแพร่ | 2019-08-24 |
คะแนน | 4.28/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | trolless |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://trolless.org/ |
URL หน้าช่วยเหลือ | https://www.facebook.com/trolless |
URL หน้านโยบายความเป็นส่วนตัว | https://trolless.org/privacy-policy |
ภาษาที่รองรับ | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trolless", "description": "Exciting extension to prevent your brain harmed by trolls", "version": "2.2", "icons": { "64": ".\/logo\/64-logo.png", "128": ".\/logo\/128-logo.png", "256": ".\/logo\/256-logo.png" }, "page_action": { "default_icon": ".\/logo\/64-logo.png", "default_popup": ".\/action\/index.html", "default_title": "Trolless" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/messenger.com\/*", "https:\/\/*.messenger.com\/*" ], "js": [ "content.js" ], "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": false } ], "permissions": [ "tabs", "storage", "cookies", "*:\/\/facebook.com\/*", "*:\/\/*.facebook.com\/*", "https:\/\/*.trolless.org\/*" ], "web_accessible_resources": [ "icons\/trollAlert.png", "icons\/rvector.png" ] } |