memefy

Turn your frown upside down.

Vad är memefy?

memefy är en Chrome-tillägg utvecklad av vaithschmitz, och dess huvudfunktion är "Turn your frown upside down.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner memefy-förlängningens CRX-fil

Ladda ner memefy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn memefy memefy
ID ojapbinmankpnplopneckenkgnmfjjgm
Officiell webbadress https://chrome.google.com/webstore/detail/memefy/ojapbinmankpnplopneckenkgnmfjjgm
Beskrivning Turn your frown upside down.
Filstorlek 106 KB
Antal Installationer 164
Aktuell Version 1.0.2
Senast Uppdaterad 2019-10-07
Publiceringsdatum 2019-10-05
Utvecklare vaithschmitz
Betalningssätt free
Stödda Språk 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
}