SBAHJifier

Make any page look like SWEET BRO AND HELLA JEFF.

SBAHJifier क्या है?

SBAHJifier http://isaiahodhner.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make any page look like SWEET BRO AND HELLA JEFF."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SBAHJifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Dave: Combine brain and SBaHJ drawing and chrome extension.
(http://www.mspaintadventures.com/?s=6&p=003745)

Make any website look like a sweet bro and hella jeff comic with the press of a button. THAT IS A GOOD THING.  

Webpages being too slow? Probably because they're NOT TRYING TO COMPUTE ENOUGH FILTERS! 

Click the button multiple times to make the page worse and worse!


Features: 
• Injects sbahj related images into the page
• Replaces some images similarly
• Adds other things......... like ellipses..... dot dot dot.............
• Removes much superfluous, uncalled-for, and undesirable quality
• Spells things wrong, automaticaly!
• Typography nerds fear not, as it uses only Comic Sans.
• Replaces headings with much stupid ugly geometry (like the image at the very top of the sbahj comics)
• ...Is that Geromy?

Open source on GitHub (MIT licensed): https://github.com/1j01/sbahjifier

Todo:
• Options??
• Moaar animated gifs
• Bro-speakize the text instead of just misspelling it, maybe? nah

I am not affiliated with http://www.mspaintadventures.com/sweetbroandhellajeff/
Sweet Bro and Hella Jeff, the icon, etc. are probably copyright of Andrew Hussie.                    

एक्सटेंशन की मूल जानकारी

नाम SBAHJifier SBAHJifier
ID gejobhmmpioknjihlhemplpfchbnbpin
आधिकारिक URL https://chrome.google.com/webstore/detail/sbahjifier/gejobhmmpioknjihlhemplpfchbnbpin
विवरण Make any page look like SWEET BRO AND HELLA JEFF.
फ़ाइल का आकार 4.25 MB
स्थापना संख्या 758
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-11-28
प्रकाशन तिथि 2013-05-18
रेटिंग 4.95/5 कुल 55 रेटिंग्स
डेवलपर http://isaiahodhner.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/1j01/sbahjifier
सहायता पृष्ठ URL https://github.com/1j01/sbahjifier/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SBAHJifier",
    "description": "Make any page look like SWEET BRO AND HELLA JEFF.",
    "version": "1.1.1",
    "homepage_url": "https:\/\/github.com\/1j01\/sbahjifier",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "many-images\/*",
        "comic-sans.woff",
        "comic-sans.ttf",
        "rii.jpg",
        "awyeahbitches.gif",
        "whurr.png"
    ],
    "browser_action": {
        "default_title": "SBAHJify!",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "manifest_version": 2
}