Trolless
Exciting extension to prevent your brain harmed by trolls
Wat is Trolless?
Trolless is een Chrome-extensie ontwikkeld door trolless, en de belangrijkste functie is "Exciting extension to prevent your brain harmed by trolls".
Extensie Screenshots
Download het CRX-bestand van de extensie Trolless
Download Trolless-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Trolless |
ID | pphdhabokkdhjpciefklpacdfpmjebgn |
Officiële URL | https://chromewebstore.google.com/detail/trolless/pphdhabokkdhjpciefklpacdfpmjebgn |
Beschrijving | Exciting extension to prevent your brain harmed by trolls |
Bestandsgrootte | 274 KB |
Aantal Installaties | 505 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2021-06-28 |
Publicatiedatum | 2019-08-24 |
Beoordeling | 4.28/5 Totaal 43 Beoordelingen |
Ontwikkelaar | trolless |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://trolless.org/ |
Help Pagina-URL | https://www.facebook.com/trolless |
URL van de Privacybeleid Pagina | https://trolless.org/privacy-policy |
Ondersteunde Talen | 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" ] } |