Emotes Anywhere

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

Vad är Emotes Anywhere?

Emotes Anywhere är en Chrome-tillägg utvecklad av Rhenier Kloppers, och dess huvudfunktion är "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Emotes Anywhere-förlängningens CRX-fil

Ladda ner Emotes Anywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Emotes Anywhere Emotes Anywhere
ID emhlcogdclinbkednbjgmfbdocfajbgm
Officiell webbadress https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm
Beskrivning Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Filstorlek 19.8 KB
Antal Installationer 270
Aktuell Version 0.87
Senast Uppdaterad 2019-06-14
Publiceringsdatum 2019-06-14
Utvecklare Rhenier Kloppers
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}