MLG-ifier
Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s
Τι είναι το MLG-ifier;
Το MLG-ifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://leonardchan.me, και η κύρια λειτουργία του είναι "Le Reddit Armie is here to hand out fedoras and MLG pwn sum cheeky scrubs-m80s".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MLG-ifier
Λήψη αρχείων επέκτασης 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } |