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", " |