Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

Nigel to Kitten क्या है?

Nigel to Kitten rtharrington द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces pictures of Nigel Farage with pictures of kittens"।

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

screenshot

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

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

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

                        That's pretty much all there is to say about that.                    

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

नाम Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
आधिकारिक URL https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
विवरण Replaces pictures of Nigel Farage with pictures of kittens
फ़ाइल का आकार 3.65 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-06-25
प्रकाशन तिथि 2016-06-24
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर rtharrington
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigel to Kitten",
    "short_name": "N2K",
    "version": "1.0.0",
    "description": "Replaces pictures of Nigel Farage with pictures of kittens",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}