Anilist Emoji Extension
This extension adds a emoji select box to anilist text areas
Co je Anilist Emoji Extension?
Anilist Emoji Extension je rozšíření Chrome vyvinuté guilhermen2k, a jeho hlavní funkcí je „This extension adds a emoji select box to anilist text areas“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Anilist Emoji Extension
Stáhněte si soubory rozšíření Anilist Emoji Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Anilist Emoji Extension |
ID | jlcoboibplamhedogfhaeklnebbjakhm |
Oficiální URL | https://chromewebstore.google.com/detail/anilist-emoji-extension/jlcoboibplamhedogfhaeklnebbjakhm |
Popis | This extension adds a emoji select box to anilist text areas |
Velikost souboru | 52.17 KB |
Počet instalací | 21 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-01-29 |
Datum Vydání | 2023-01-23 |
Vývojář | guilhermen2k |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |