Emotes Everywhere

Twitch, BTTV & FFZ emotes of your choosing on any site

Co to jest Emotes Everywhere?

Emotes Everywhere to rozszerzenie Chrome opracowane przez Enzo, a jego główną funkcją jest „Twitch, BTTV & FFZ emotes of your choosing on any site”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Emotes Everywhere

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

                        Twitch, BTTV & FFZ emotes of your choosing on any site.

-choose any emote you want it to work with
-whitelist mode to whitelist sites you want it to work with
-blacklist mode to blacklist sites you dont want it to work with

right click icon and click options for settings.

W.I.P                    

Podstawowe informacje o rozszerzeniu

Nazwa Emotes Everywhere Emotes Everywhere
ID bmobkojilggkdhfginkfilecnbnkngha
Oficjalny URL https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha
Opis Twitch, BTTV & FFZ emotes of your choosing on any site
Rozmiar pliku 35.43 KB
Liczba instalacji 11,147
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-07-28
Data Publikacji 2020-07-27
Deweloper Enzo
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 Everywhere",
    "version": "1.0.1",
    "description": "Twitch, BTTV & FFZ emotes of your choosing on any site",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/contextMenu.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        ".\/js\/popup.js",
        ".\/js\/content.js"
    ]
}