memefy

Turn your frown upside down.

什么是memefy?

memefy是由vaithschmitz开发的Chrome扩展程序,该扩展的主要功能是“Turn your frown upside down.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载memefy扩展crx文件

下载memefy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tired of motivational LinkedIn posts? 
Sick of seeing all those amazing places your friends are at on Facebook, while you're stuck in a cubicle? 
Hate boring stock images but love quality, dank memes?

Enter memefy!
memefy turns all those boring images into the hottest memes. Just hit the button, refresh your page and get ready to have your day made memetastic.

What are you waiting for?
Start memefying today. With memefy.                    

扩展基本信息

名称 memefy memefy
ID ojapbinmankpnplopneckenkgnmfjjgm
官方URL https://chrome.google.com/webstore/detail/memefy/ojapbinmankpnplopneckenkgnmfjjgm
简介 Turn your frown upside down.
文件大小 106 KB
安装次数 164
当前版本 1.0.2
更新时间 2019-10-07
上架时间 2019-10-05
开发者 vaithschmitz
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "memefy",
    "version": "1.0.2",
    "description": "Turn your frown upside down.",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}