Memotes
Add meme emotes everywhere
What is Memotes?
Memotes is a Chrome extension developed by FreshTe.ch, and its main feature is "Add meme emotes everywhere".
Extension Screenshots
Download Memotes Extension CRX File
Download Memotes 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
Designed to bring twitch, BetterTTV, FFZ and other emotes to the web whenever you browse. Other Extensions always miss good emotes like ":gun:" or "OMEGALUL" or "PogU". Created my free logo at LogoMakr.com
Extension Basic Information
Name | Memotes |
ID | omkhcojfbdmammghnnhhnbfcedllekbf |
Official URL | https://chromewebstore.google.com/detail/memotes/omkhcojfbdmammghnnhhnbfcedllekbf |
Description | Add meme emotes everywhere |
File Size | 109 KB |
Installation Count | 1,508 |
Current Version | 1.1 |
Last Updated | 2019-06-07 |
Publish Date | 2019-06-02 |
Rating | 3.00/5 Total 2 Ratings |
Developer | FreshTe.ch |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memotes", "version": "1.1", "description": "Add meme emotes everywhere", "permissions": [ "*:\/\/*\/*" ], "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.4.1.min.js", "replace.js" ], "run_at": "document_end" } ], "icons": { "128": "img\/memotes_icon128.png" }, "manifest_version": 2 } |