Memotes

Add meme emotes everywhere

Memotes क्या है?

Memotes FreshTe.ch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add meme emotes everywhere"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Memotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}