SBAHJifier

Make any page look like SWEET BRO AND HELLA JEFF.

O que é SBAHJifier?

SBAHJifier é uma extensão do Chrome desenvolvida por http://isaiahodhner.io, e sua principal característica é "Make any page look like SWEET BRO AND HELLA JEFF.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SBAHJifier

Baixe arquivos de extensão SBAHJifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SBAHJifier SBAHJifier
ID gejobhmmpioknjihlhemplpfchbnbpin
URL Oficial https://chrome.google.com/webstore/detail/sbahjifier/gejobhmmpioknjihlhemplpfchbnbpin
Descrição Make any page look like SWEET BRO AND HELLA JEFF.
Tamanho do Arquivo 4.25 MB
Contagem de Instalações 758
Versão Atual 1.1.1
Última Atualização 2020-11-28
Data de Publicação 2013-05-18
Classificação 4.95/5 Total de 55 Avaliações
Desenvolvedor http://isaiahodhner.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/1j01/sbahjifier
URL da Página de Ajuda https://github.com/1j01/sbahjifier/issues
Idiomas Suportados 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
}