Trolless
Exciting extension to prevent your brain harmed by trolls
Trollessとは何ですか?
Trollessはtrollessによって開発されたChromeの拡張機能で、その主な機能は「Exciting extension to prevent your brain harmed by trolls」です。
拡張機能のスクリーンショット
Trolless拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |