Emotes Everywhere

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

Qu'est-ce que Emotes Everywhere ?

Emotes Everywhere est une extension Chrome développée par Enzo, et sa fonction principale est "Twitch, BTTV & FFZ emotes of your choosing on any site".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Emotes Everywhere

Téléchargez les fichiers d'extension Emotes Everywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Emotes Everywhere Emotes Everywhere
ID bmobkojilggkdhfginkfilecnbnkngha
URL Officiel https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha
Description Twitch, BTTV & FFZ emotes of your choosing on any site
Taille du Fichier 35.43 KB
Nombre d'Installations 11,147
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-07-28
Date de Publication 2020-07-27
Développeur Enzo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}