Gmail GChat Emoji Fix
Reverting the emoji in gchat to not look like trash
Hvad er Gmail GChat Emoji Fix?
Gmail GChat Emoji Fix er en Chrome-udvidelse udviklet af mkhrenov34, og dens hovedfunktion er "Reverting the emoji in gchat to not look like trash".
Download Gmail GChat Emoji Fix-udvidelses-CRX-fil
Download Gmail GChat Emoji Fix-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
Don't like the new emoji in gchat? With all the weird gradients and other garbage? Change them back to the old, well-designed cute ones with this tiny extension!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | baobkkdjlgkbnnfkcpabfpehlepikfog |
Officiel URL | https://chrome.google.com/webstore/detail/baobkkdjlgkbnnfkcpabfpehlepikfog |
Beskrivelse | Reverting the emoji in gchat to not look like trash |
Filstørrelse | 8.26 KB |
Antal Installationer | 125 |
Nuværende Version | 1.1 |
Senest Opdateret | 2018-07-08 |
Udgivelsesdato | 2018-07-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | mkhrenov34 |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail GChat Emoji Fix", "version": "1.1", "description": "Reverting the emoji in gchat to not look like trash", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/hangouts.google.com\/*", "https:\/\/mail.google.com\/*" ], "all_frames": true, "js": [ "main.js" ], "run_at": "document_idle" } ] } |