Beast Mode
Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff.
Beast Modeคืออะไร?
Beast Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marino.sismanovic และคุณลักษณะหลักของมันคือ "Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beast Mode
ดาวน์โหลดไฟล์ส่วนขยาย Beast Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes all google.com and twitter.com website to "filter" out content that's not really important in your day to day life (anything not Mr. Beast related). Why would you want to search something bad when you can search cool things like "Mr. Beast instagram"? Twitter too, do you really need to see tweets from other creators? Didn't think so. Also has a minigame on both websites so enjoy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Beast Mode |
ID | pffnbahpbmnjddcnekigekiopiehidok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/beast-mode/pffnbahpbmnjddcnekigekiopiehidok |
คำอธิบาย | Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff. |
ขนาดไฟล์ | 90.47 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-03-10 |
วันที่เผยแพร่ | 2023-03-10 |
ผู้พัฒนา | marino.sismanovic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Beast Mode", "version": "1.0", "description": "Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff.", "content_scripts": [ { "js": [ "scripts\/google-main.js", "scripts\/game.js" ], "matches": [ "https:\/\/www.google.com\/*" ] }, { "js": [ "scripts\/google-search.js", "scripts\/game.js" ], "matches": [ "https:\/\/www.google.com\/search*" ] }, { "js": [ "jquery.js", "scripts\/twitter-main.js", "scripts\/game.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "images\/betterResults.png", "images\/notmrbeast.png", "images\/blockedcontent.png", "images\/char\/walk0.png", "images\/char\/walk1.png", "images\/char\/walk2.png", "images\/char\/walk3.png", "images\/char\/drag0.png", "images\/char\/drag1.png" ], "matches": [ " |