Memotes
Add meme emotes everywhere
Cos'è Memotes?
Memotes è un'estensione di Chrome sviluppata da FreshTe.ch, e la sua funzione principale è "Add meme emotes everywhere".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Memotes
Scarica i file di estensione Memotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Memotes |
ID | omkhcojfbdmammghnnhhnbfcedllekbf |
URL Ufficiale | https://chromewebstore.google.com/detail/memotes/omkhcojfbdmammghnnhhnbfcedllekbf |
Descrizione | Add meme emotes everywhere |
Dimensione del File | 109 KB |
Conteggio Installazioni | 1,508 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-06-07 |
Data di Pubblicazione | 2019-06-02 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | FreshTe.ch |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |