memefy

Turn your frown upside down.

Co to jest memefy?

memefy to rozszerzenie Chrome opracowane przez vaithschmitz, a jego główną funkcją jest „Turn your frown upside down.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia memefy

Pobierz pliki rozszerzeń memefy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa memefy memefy
ID ojapbinmankpnplopneckenkgnmfjjgm
Oficjalny URL https://chrome.google.com/webstore/detail/memefy/ojapbinmankpnplopneckenkgnmfjjgm
Opis Turn your frown upside down.
Rozmiar pliku 106 KB
Liczba instalacji 164
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-10-07
Data Publikacji 2019-10-05
Deweloper vaithschmitz
Typ Płatności free
Obsługiwane Języki 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
}