Trolless

Exciting extension to prevent your brain harmed by trolls

什么是Trolless?

Trolless是由trolless开发的Chrome扩展程序,该扩展的主要功能是“Exciting extension to prevent your brain harmed by trolls”。

扩展截图

screenshot

下载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 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"
    ]
}