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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all the non-important content (all non Mr. Beast content) from google.com and twitter.com and other stuff."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Beast Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |