Pokeman Unicorn

Replace the unicorns with pokemans

Pokeman Unicorn क्या है?

Pokeman Unicorn larochefookau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the unicorns with pokemans"।

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

screenshot

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

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

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

                        This will replace 'unicorn' with a random Pokeman name. Enjoy!                    

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

नाम Pokeman Unicorn Pokeman Unicorn
ID edfoipboepangmahldoemnbmbolmmbln
आधिकारिक URL https://chrome.google.com/webstore/detail/pokeman-unicorn/edfoipboepangmahldoemnbmbolmmbln
विवरण Replace the unicorns with pokemans
फ़ाइल का आकार 38.93 KB
स्थापना संख्या 101
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-09-11
प्रकाशन तिथि 2015-09-11
डेवलपर larochefookau
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/larochefookau
सहायता पृष्ठ URL https://twitter.com/larochefookau
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokeman Unicorn",
    "description": "Replace the unicorns with pokemans",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "findAndReplaceDOMText.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}