Meme Monkey

Find new and popular memes.

什麼是Meme Monkey?

Meme Monkey是由Jonny開發的Chrome擴展程式,該擴展的主要功能是“Find new and popular memes.”。

擴展截圖

screenshot

下載Meme Monkey擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 Meme Monkey Meme Monkey
ID eaplincmikdhmaabiidegccoemiccfhb
官方網址 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"
}