Hide the troll

Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve.

Hide the troll란 무엇입니까?

Hide the troll은(는) https://hidethetroll.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve."입니다.

확장 프로그램 스크린샷

screenshot

Hide the troll 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever been tired scrolling through comments of people that know sh*t but acts like they know everything? Have you ever been tired of people writing things just to p*ss you off? You don't have to waste your time seeing posts you don't want to read.

Once you feed extension with troll names while visiting a forum/webpage all posts written by trolls are hidden. Simple as that. No more rubbish. Of course, you can see the post if you really want - each hidden post has an 'eye' icon to show/hide the post.

Changelog:
0.1.1 to 0.1.4:
* Move 'show post' icon (eye) next to username. Make this place configurable via pages scripts.
* Remove unnecessary files (tagify source code) from build
* Remove unnecessary permissions. Matches for content_scripts automatically requests access to listed sites
* add support for optyczne.pl                    

확장 프로그램 기본 정보

이름 Hide the troll Hide the troll
ID fjkamjklknbahoimbaidpalnpbcbhpgp
공식 URL https://chromewebstore.google.com/detail/hide-the-troll/fjkamjklknbahoimbaidpalnpbcbhpgp
설명 Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve.
파일 크기 870 KB
설치 횟수 19
현재 버전 0.1.4
최근 업데이트 2017-08-27
출시 날짜 2017-08-27
개발자 https://hidethetroll.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide the troll",
    "description": "Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve.",
    "version": "0.1.4",
    "icons": {
        "16": "icons\/troll16.png",
        "32": "icons\/troll32.png",
        "48": "icons\/troll48.png",
        "128": "icons\/troll128.png"
    },
    "browser_action": {
        "default_name": "Hide the troll",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.frazpc.pl\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.optyczne.pl\/*"
            ],
            "css": [
                "css\/neutralizer.css"
            ],
            "js": [
                "neutralizer.js"
            ]
        }
    ],
    "manifest_version": 2
}