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.”。
擴展截圖
下載Behave! — Offensive Comments Blocker擴展crx文件
下載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 |
官方網址 | 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", " |