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是由marino.sismanovic开发的Chrome扩展程序,该扩展的主要功能是“Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff.”。
扩展截图
下载Beast Mode扩展crx文件
下载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": [ " |