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
官方網址 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
}