MLG-ifier

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

MLG-ifier là gì?

MLG-ifier là một tiện ích mở rộng Chrome được phát triển bởi http://leonardchan.me, và tính năng chính của nó là "Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MLG-ifier

Tải xuống các tệp mở rộng MLG-ifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MLG-ifier MLG-ifier
ID dneebgdgldanagagmfhnphjelnngdcai
URL Chính Thức https://chrome.google.com/webstore/detail/mlg-ifier/dneebgdgldanagagmfhnphjelnngdcai
Mô tả Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s
Kích Thước Tệp 18.02 MB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 3.3.420
Cập Nhật Lần Cuối 2015-07-18
Ngày Phát Hành 2015-07-18
Đánh Giá 4.42/5 Tổng số 262 Đánh Giá
Nhà Phát Triển http://leonardchan.me
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/PiJoules/MLG-ifier
URL Trang Trợ Giúp https://github.com/PiJoules/MLG-ifier
Ngôn Ngữ Được Hỗ Trợ 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"
}