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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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