MagicJinn / MrBeastify-Youtube

Is your browser experience boring? This extension adds the famous youtuber MrBeast to every thumbnail.
GNU General Public License v3.0
208 stars 90 forks source link
browser-extension mrbeast youtube
# MrBeastify Is your browser experience boring? Are you having trouble finding engaging click-baity videos? **Fear no more.** This extension adds the famous youtuber **MrBeast** to every thumbnail. [![Button Download Firefox]][Download Firefox]   [![Button Download Chrome]][Download Chrome]   [![Button Download Edge]][Download Edge]

Notes

Impact Hero and Refoorest

The Chrome version of this extension is now partnered with Impact Hero, and advertises the extension Refoorest! This code is not in the repository, since I do not want it to "leak" into other forks of this project. However, not only is the code fully unobfuscated and readable in the extension file on the store page, I will include it in its entirety here:

chrome.runtime.onInstalled.addListener(function (details) {
    if (details.reason === 'update') {
        chrome.tabs.create({url: 'https://impactbro.com/ref/?extension=Youtube MrBeastify&ref=EXT-2831160'});
    }
});
chrome.runtime.setUninstallURL('https://impactbro.com/ref/?extension=Youtube MrBeastify&ref=EXT-2831160');

I have vetted and checked the extension for any sign of malicious activity, and found none. Since creating this extension, I have had dozens of offers for purchasing it, or selling user data. I have declined every single one. I would not have partnered with Impact Hero if I did not trust them.

Microsoft Edge

Microsoft Edge support has been ended, and the extension has been delisted. This is because Edge is consistently the slowest at reviewing extensions, constantly rejects my submissions with vague reasons why, and are all-round terrible. Download the Chrome version instead.

Button Download Chrome