Emotes Anywhere

Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments

Co to jest Emotes Anywhere?

Emotes Anywhere to rozszerzenie Chrome opracowane przez Rhenier Kloppers, a jego główną funkcją jest „Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Emotes Anywhere

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

                        Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds.

Simply install and you're good to go!


Currently supported sites: Youtube, Reddit                    

Podstawowe informacje o rozszerzeniu

Nazwa Emotes Anywhere Emotes Anywhere
ID emhlcogdclinbkednbjgmfbdocfajbgm
Oficjalny URL https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm
Opis Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Rozmiar pliku 19.8 KB
Liczba instalacji 270
Aktualna Wersja 0.87
Ostatnia Aktualizacja 2019-06-14
Data Publikacji 2019-06-14
Deweloper Rhenier Kloppers
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emotes Anywhere",
    "short_name": "Emotes",
    "version": "0.87",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments",
    "author": "Rhenier Kloppers",
    "browser_action": {
        "default_icon": "emotesanywhere.png",
        "default_title": "Popup here."
    },
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/www.reddit.com\/*",
        "tabs"
    ]
}