President Keroppi

Replace Trump with Keroppi and be happy all day

President Keroppi क्या है?

President Keroppi Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Trump with Keroppi and be happy all day"।

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

screenshot

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

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

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

                        Turn your internet exploring into an adventure with President Keroppi! Oh the hijinx! Read about his conquests in Keroppi Tower! Follow the Keroppi kids! Keep up with Keroppi Industries! It's like Trump never happened when you use this fun-filled morsel to replace all mentions of "Trump" with...what else? "Keroppi!"                    

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

नाम President Keroppi President Keroppi
ID ddfjkjlcnfhjpmhaooejocainmdacilk
आधिकारिक URL https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk
विवरण Replace Trump with Keroppi and be happy all day
फ़ाइल का आकार 27.39 KB
स्थापना संख्या 197
वर्तमान संस्करण 2.0
अंतिम अपडेट 2016-11-18
प्रकाशन तिथि 2016-11-18
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Keroppi",
    "description": "Replace Trump with Keroppi and be happy all day",
    "version": "2.0",
    "icons": {
        "128": "images\/Keroppiicon128.png",
        "48": "images\/Keroppiicon48.png",
        "16": "images\/Keroppiicon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}