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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MLG-ifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}