Memotes

Add meme emotes everywhere

Co to jest Memotes?

Memotes to rozszerzenie Chrome opracowane przez FreshTe.ch, a jego główną funkcją jest „Add meme emotes everywhere”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Memotes

Pobierz pliki rozszerzeń Memotes 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

                        Designed to bring twitch, BetterTTV, FFZ and other emotes to the web whenever you browse.

Other Extensions always miss good emotes like ":gun:" or "OMEGALUL" or "PogU".

Created my free logo at LogoMakr.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Memotes Memotes
ID omkhcojfbdmammghnnhhnbfcedllekbf
Oficjalny URL https://chromewebstore.google.com/detail/memotes/omkhcojfbdmammghnnhhnbfcedllekbf
Opis Add meme emotes everywhere
Rozmiar pliku 109 KB
Liczba instalacji 1,508
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-06-07
Data Publikacji 2019-06-02
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper FreshTe.ch
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memotes",
    "version": "1.1",
    "description": "Add meme emotes everywhere",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/memotes_icon128.png"
    },
    "manifest_version": 2
}