Beast Mode

Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff.

Beast Mode là gì?

Beast Mode là một tiện ích mở rộng Chrome được phát triển bởi marino.sismanovic, và tính năng chính của nó là "Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beast Mode

Tải xuống các tệp mở rộng Beast Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beast Mode Beast Mode
ID pffnbahpbmnjddcnekigekiopiehidok
URL Chính Thức https://chromewebstore.google.com/detail/beast-mode/pffnbahpbmnjddcnekigekiopiehidok
Mô tả Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff.
Kích Thước Tệp 90.47 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-10
Ngày Phát Hành 2023-03-10
Nhà Phát Triển marino.sismanovic
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}