Behave! — Offensive Comments Blocker
Hides comments on YouTube, Reddit & Twitter depending on desired level of toxicity and converts them into harmless emojis.
Was ist Behave! — Offensive Comments Blocker?
Behave! — Offensive Comments Blocker ist eine Chrome-Erweiterung, die von https://argh.team entwickelt wurde, und ihr Hauptmerkmal ist "Hides comments on YouTube, Reddit & Twitter depending on desired level of toxicity and converts them into harmless emojis.".
Erweiterungsscreenshots
Behave! — Offensive Comments Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Behave! — Offensive Comments Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Behave! — Offensive Comments Blocker |
ID | baopcegdlpgikbkcnhhkcnhbmgdfpdck |
Offizielle URL | https://chromewebstore.google.com/detail/behave-%E2%80%94-offensive-commen/baopcegdlpgikbkcnhhkcnhbmgdfpdck |
Beschreibung | Hides comments on YouTube, Reddit & Twitter depending on desired level of toxicity and converts them into harmless emojis. |
Dateigröße | 63.59 KB |
Installationsanzahl | 29 |
Aktuelle Version | 2.0.8 |
Letztes Update | 2017-09-06 |
Veröffentlichungsdatum | 2017-09-06 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://argh.team |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://argh.team/behave/ |
Unterstützte Sprachen | 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", " |