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ファイルをダウンロード

SBAHJifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}