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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://argh.team, και η κύρια λειτουργία του είναι "Hides comments on YouTube, Reddit & Twitter depending on desired level of toxicity and converts them into harmless emojis.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Behave! — Offensive Comments Blocker
Λήψη αρχείων επέκτασης Behave! — Offensive Comments Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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", " |