Anilist Emoji Extension
This extension adds a emoji select box to anilist text areas
Qu'est-ce que Anilist Emoji Extension ?
Anilist Emoji Extension est une extension Chrome développée par guilhermen2k, et sa fonction principale est "This extension adds a emoji select box to anilist text areas".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anilist Emoji Extension
Téléchargez les fichiers d'extension Anilist Emoji Extension 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
Anillist.co does not support unicode emojis by default, this extension adds an emoji select box to each anilist text areas of every page. Instead of inserting the unicode it adds the parsed html code that anilist undestands
Informations de Base sur l'Extension
Nom | Anilist Emoji Extension |
ID | jlcoboibplamhedogfhaeklnebbjakhm |
URL Officiel | https://chromewebstore.google.com/detail/anilist-emoji-extension/jlcoboibplamhedogfhaeklnebbjakhm |
Description | This extension adds a emoji select box to anilist text areas |
Taille du Fichier | 52.17 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-01-29 |
Date de Publication | 2023-01-23 |
Développeur | guilhermen2k |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anilist Emoji Extension", "description": "This extension adds a emoji select box to anilist text areas", "version": "1.1", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "src\/index.js" ], "css": [ "src\/index.css" ], "matches": [ "https:\/\/anilist.co\/*" ] } ] } |