memefy

Turn your frown upside down.

Cos'è memefy?

memefy è un'estensione di Chrome sviluppata da vaithschmitz, e la sua funzione principale è "Turn your frown upside down.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione memefy

Scarica i file di estensione memefy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome memefy memefy
ID ojapbinmankpnplopneckenkgnmfjjgm
URL Ufficiale https://chrome.google.com/webstore/detail/memefy/ojapbinmankpnplopneckenkgnmfjjgm
Descrizione Turn your frown upside down.
Dimensione del File 106 KB
Conteggio Installazioni 164
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-10-07
Data di Pubblicazione 2019-10-05
Sviluppatore vaithschmitz
Tipo di Pagamento free
Lingue Supportate 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
}