MLG-ifier

Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s

MLG-ifier란 무엇입니까?

MLG-ifier은(는) http://leonardchan.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s"입니다.

확장 프로그램 스크린샷

screenshot

MLG-ifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A chrome extension that will turn those cheeky websites into Reddit 420 blaze it blunts that MLG pros will find euphoric.

Just click on the fedora in the upper right corner of chrome, and the current website you're on will be MLG-ified.

Dankify your browsing experience with this OG extension kush.

Upbusters are appreciated if you like it. Forgot to like suscrib.

UPDOOT 4.20:

Customize your dank memes by right clicking the fedora and going to the options page. Add your own rare pepes by dragging them to the page.

-ay to ayylmao translation - words ending in ay will become even danker with this updoot.

MLG fedora storm - click the fedora to make it rain

MLG bug fixes and improvements                    

확장 프로그램 기본 정보

이름 MLG-ifier MLG-ifier
ID dneebgdgldanagagmfhnphjelnngdcai
공식 URL https://chrome.google.com/webstore/detail/mlg-ifier/dneebgdgldanagagmfhnphjelnngdcai
설명 Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s
파일 크기 18.02 MB
설치 횟수 9,000
현재 버전 3.3.420
최근 업데이트 2015-07-18
출시 날짜 2015-07-18
평점 4.42/5 총 262 개의 평점
개발자 http://leonardchan.me
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/PiJoules/MLG-ifier
도움말 페이지 URL https://github.com/PiJoules/MLG-ifier
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MLG-ifier",
    "short_name": "MLG-ifier",
    "author": "Leonard Chan",
    "description": "Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s",
    "version": "3.3.420",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/PiJoules\/MLG-ifier",
    "icons": {
        "128": "images\/fedora.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "images\/fedora.png",
        "default_title": "MLG-ifiy"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/lexer.js",
                "js\/lexicon.js_",
                "js\/POSTagger.js",
                "js\/mlg-userscript.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "extensionListener.js"
        ]
    },
    "web_accessible_resources": [
        "sounds\/*",
        "muh_mays\/*",
        "images\/fedora.png",
        "settings.json"
    ],
    "options_page": "options.html"
}