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文件

下載MLG-ifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}