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 擴展基本資訊
| 名稱 | |
| ID | omkhcojfbdmammghnnhhnbfcedllekbf |
| 官方網址 | 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
} | |