SBAHJifier

Make any page look like SWEET BRO AND HELLA JEFF.

SBAHJifier란 무엇입니까?

SBAHJifier은(는) http://isaiahodhner.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make any page look like SWEET BRO AND HELLA JEFF."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SBAHJifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}