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 |
Eメール | [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": [ " |