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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |