Animoji

Animoji is an extension which provides a popup window with emojis and Tenor GIFs.

Hvad er Animoji?

Animoji er en Chrome-udvidelse udviklet af MrChoco, og dens hovedfunktion er "Animoji is an extension which provides a popup window with emojis and Tenor GIFs.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Animoji-udvidelses-CRX-fil

Download Animoji-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Extension opens a modal window (you need to pin the extension) with options for emojis, animated, emojis and Tenor GIFs. 
By clicking on emoji or GIF a code for Anilist.co website is copied to the clipboard and can be used in any input type on the Anilist website (status, activity replies, forum messages etc.).                    

Grundlæggende oplysninger om udvidelsen

Navn Animoji Animoji
ID haonjoepmlhlnjiimgnbhejhoelohdpm
Officiel URL https://chromewebstore.google.com/detail/animoji/haonjoepmlhlnjiimgnbhejhoelohdpm
Beskrivelse Animoji is an extension which provides a popup window with emojis and Tenor GIFs.
Filstørrelse 70.05 KB
Antal Installationer 310
Nuværende Version 0.5.0
Senest Opdateret 2022-02-18
Udgivelsesdato 2021-10-22
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler MrChoco
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Animoji",
    "description": "Animoji is an extension which provides a popup window with emojis and Tenor GIFs.",
    "version": "0.5.0",
    "action": {
        "default_icon": {
            "16": "\/images\/animoji_icon_16x16.png",
            "32": "\/images\/animoji_icon_32x32.png",
            "48": "\/images\/animoji_icon_48x48.png",
            "64": "\/images\/animoji_icon_64x64.png",
            "128": "\/images\/animoji_icon_128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/animoji_icon_16x16.png",
        "32": "\/images\/animoji_icon_32x32.png",
        "48": "\/images\/animoji_icon_48x48.png",
        "64": "\/images\/animoji_icon_64x64.png",
        "128": "\/images\/animoji_icon_128x128.png"
    },
    "manifest_version": 3
}