Animoji
Animoji is an extension which provides a popup window with emojis and Tenor GIFs.
Was ist Animoji?
Animoji ist eine Chrome-Erweiterung, die von MrChoco entwickelt wurde, und ihr Hauptmerkmal ist "Animoji is an extension which provides a popup window with emojis and Tenor GIFs.".
Erweiterungsscreenshots
Animoji-Erweiterungs-CRX-Datei herunterladen
Laden Sie Animoji-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.).
Grundlegende Informationen zur Erweiterung
Name | Animoji |
ID | haonjoepmlhlnjiimgnbhejhoelohdpm |
Offizielle URL | https://chromewebstore.google.com/detail/animoji/haonjoepmlhlnjiimgnbhejhoelohdpm |
Beschreibung | Animoji is an extension which provides a popup window with emojis and Tenor GIFs. |
Dateigröße | 70.05 KB |
Installationsanzahl | 310 |
Aktuelle Version | 0.5.0 |
Letztes Update | 2022-02-18 |
Veröffentlichungsdatum | 2021-10-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | MrChoco |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |