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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}