Meme Monkey
Find new and popular memes.
Meme Monkey क्या है?
Meme Monkey Jonny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find new and popular memes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meme Monkey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click on the monkey and get memes from http://memegenerator.net/. New features include: * added trending characters * more choices for popular memes * get random meme * vote for memes * share on facebook, twitter, and google+ * display comments * download link * "get more" link * save favorite characters and memes * caching * post comments * fixed threaded comments * added reply to comments
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eaplincmikdhmaabiidegccoemiccfhb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/meme-monkey/eaplincmikdhmaabiidegccoemiccfhb |
विवरण | Find new and popular memes. |
फ़ाइल का आकार | 1.01 MB |
स्थापना संख्या | 213 |
वर्तमान संस्करण | 1.8.00 |
अंतिम अपडेट | 2019-02-27 |
प्रकाशन तिथि | 2019-02-27 |
रेटिंग | 3.20/5 कुल 5 रेटिंग्स |
डेवलपर | Jonny |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "monkey_48.png", "default_popup": "popup.html", "default_title": "Meme Monkey" }, "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' https:\/\/memegenerator.net; object-src 'self'; connect-src 'self' http:\/\/version1.api.memegenerator.net; child-src 'none'; default-src 'self';", "description": "Find new and popular memes.", "icons": { "128": "monkey_128.png", "16": "monkey_16.png", "48": "monkey_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlocC09R9QFmkj3I5VCAzjJhiMtioYfZi59OYt8gbZzbQIIIBKdQMeMrmCJnpq0eMw9gt6Q5A4+PaLlW9Qe3NdMJtJ++Qj7XakvO3Za6uM9KiHngGLdb8lp+L1UR\/rVJq\/pdeKyb7g5mTd6+wrTIL0P\/cljw07hSIUfxHp4apAJbIoy3BVg5XvRAJnR83jfzOx2UUGLrVwoHgQmO6lq6uO2f0wWQk8ul+2w6iLdEUWNiSwhuWSyjqi26fGs4XGBOIZAIkcLO0R15mnN8EXsuTFR4IOL3NikkD12\/RlVM6caCkHcSfH91RWL7ThxjzXpaolZiAiuvl5+rWNLViLem0yQIDAQAB", "manifest_version": 2, "name": "Meme Monkey", "permissions": [ "storage", "notifications", "downloads" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8.00" } |