Memotes

Add meme emotes everywhere

Memotesとは何ですか?

MemotesはFreshTe.chによって開発されたChromeの拡張機能で、その主な機能は「Add meme emotes everywhere」です。

拡張機能のスクリーンショット

screenshot

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 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
}