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
}