Anilist Emoji Extension
This extension adds a emoji select box to anilist text areas
What is Anilist Emoji Extension?
Anilist Emoji Extension is a Chrome extension developed by guilhermen2k, and its main feature is "This extension adds a emoji select box to anilist text areas".
Extension Screenshots
Download Anilist Emoji Extension Extension CRX File
Download Anilist Emoji Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Anilist Emoji Extension |
ID | jlcoboibplamhedogfhaeklnebbjakhm |
Official URL | https://chromewebstore.google.com/detail/anilist-emoji-extension/jlcoboibplamhedogfhaeklnebbjakhm |
Description | This extension adds a emoji select box to anilist text areas |
File Size | 52.17 KB |
Installation Count | 21 |
Current Version | 1.1 |
Last Updated | 2023-01-29 |
Publish Date | 2023-01-23 |
Developer | guilhermen2k |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |