Dank Meme Replacer

Make browsing the web really dank.

Dank Meme Replacer क्या है?

Dank Meme Replacer Avery Follett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make browsing the web really dank."।

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

screenshot

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

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

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

                        Have you ever wanted to dankify your web browsing experience? Download Dank Meme Replacer! DMR replaces boring words on websites with dank ones.                    

एक्सटेंशन की मूल जानकारी

नाम Dank Meme Replacer Dank Meme Replacer
ID jipmjlpfeimjeacnhjgmoicimhjmnfna
आधिकारिक URL https://chromewebstore.google.com/detail/dank-meme-replacer/jipmjlpfeimjeacnhjgmoicimhjmnfna
विवरण Make browsing the web really dank.
फ़ाइल का आकार 123 KB
स्थापना संख्या 392
वर्तमान संस्करण 0.3
अंतिम अपडेट 2016-11-10
प्रकाशन तिथि 2016-11-10
रेटिंग 2.66/5 कुल 32 रेटिंग्स
डेवलपर Avery Follett
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "manifest_version": 2,
    "name": "Dank Meme Replacer",
    "description": "Make browsing the web really dank.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}