Memotes
Add meme emotes everywhere
什么是Memotes?
Memotes是由FreshTe.ch开发的Chrome扩展程序,该扩展的主要功能是“Add meme emotes everywhere”。
扩展截图
下载Memotes扩展crx文件
下载Memotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Memotes |
ID | omkhcojfbdmammghnnhhnbfcedllekbf |
官方URL | https://chromewebstore.google.com/detail/memotes/omkhcojfbdmammghnnhhnbfcedllekbf |
简介 | Add meme emotes everywhere |
文件大小 | 109 KB |
安装次数 | 1,508 |
当前版本 | 1.1 |
更新时间 | 2019-06-07 |
上架时间 | 2019-06-02 |
评分 | 3.00/5 共2次评分 |
开发者 | FreshTe.ch |
付费类型 | free |
支持的语言 | 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 } |