Behave! — Offensive Comments Blocker

Hides comments on YouTube, Reddit & Twitter depending on desired level of toxicity and converts them into harmless emojis.

Behave! — Offensive Comments Blocker란 무엇입니까?

Behave! — Offensive Comments Blocker은(는) https://argh.team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides comments on YouTube, Reddit & Twitter depending on desired level of toxicity and converts them into harmless emojis."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Behave! — Offensive Comments Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of offensive comments on your favorite social networks and media sites? Behave! allows you to set a level of toxicity you are willing to tolerate and replaces comments that exceed it with graphical emojis.

You are able to unhide any comment and read it. Don’t like it? Hide it again. You are in control now.

Click the Behave! icon in the Chrome toolbar and use a slider to pick the toxicity level according to your current mood.

Behave! works on:
- YouTube
- Reddit
- Twitter

English is the only supported language at the moment.

Behave! is proudly developed by ARGH! Team and is available under Apache 2.0 license on GitHub at  https://github.com/ArghTeam/behave-for-chrome.

More information about Behave! is available at https://argh.team/behave/                    

확장 프로그램 기본 정보

이름 Behave! — Offensive Comments Blocker Behave! — Offensive Comments Blocker
ID baopcegdlpgikbkcnhhkcnhbmgdfpdck
공식 URL https://chromewebstore.google.com/detail/behave-%E2%80%94-offensive-commen/baopcegdlpgikbkcnhhkcnhbmgdfpdck
설명 Hides comments on YouTube, Reddit & Twitter depending on desired level of toxicity and converts them into harmless emojis.
파일 크기 63.59 KB
설치 횟수 29
현재 버전 2.0.8
최근 업데이트 2017-09-06
출시 날짜 2017-09-06
평점 3.00/5 총 2 개의 평점
개발자 https://argh.team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://argh.team/behave/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.0.8",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0H\/UArom6+JMId1UDi3Fmnp35xCPUYyii6sODzjvP1SymJAOiwH7\/IYlZO20TL7aT6AR+tLI9tsP3CE+0TfFbRy7sMk8BwkixvGDlieGRYdfDBgQAx9I9r4scddUWdOZ6lf+7qPZvqVbTDa3EnxtBy++FGDxOvjVOVe2wDt8dEWcfLJBa9cX70UvRpDowXaAf1A\/PPKb1kVhgfjF1eeADKZQ9BOKoSarc\/KqtL9ZGxtLiOpJ0ql+OsHp9tS7jmn4BJgXIbykH9H1xx5dlLnC6JC56lJ6Iv+Rlb69ZugoZqOSxy7fKQlhqWUK7pa5dkABHNGo9GhVOAAxuEMtd8wfXwIDAQAB",
    "oauth2": {
        "client_id": "423912167088-tkjrnvb0tsbijvhhm0b28sfpo834g2ar.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}