Dramatic chipmunk prank

This extension will change every image on the internet into dramatic chipmunk!

Dramatic chipmunk prank क्या है?

Dramatic chipmunk prank skeys apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will change every image on the internet into dramatic chipmunk!"।

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

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

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

                        !!IMPORTANT!!
I have gotten many reviews from people complaining that it has ruined chrome and they can't get it off. I am extremely sorry, but to remove it, all you have to do it go to chrome://extensions (also available under the settings window on the left toolbar), find it in the list, and disable it or click the trash can to remove it.
--End of important info--

This is the perfect app to annoy and prank your friends! It is similar to the NCage extension, but it uses dramatic chipmunk instead. Also, it will soon change all youtube videos into nyan cat.                    

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

नाम Dramatic chipmunk prank Dramatic chipmunk prank
ID bhclknelbdnpmchlbfgnmlpgkbpgeego
आधिकारिक URL https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego
विवरण This extension will change every image on the internet into dramatic chipmunk!
फ़ाइल का आकार 1.9 MB
स्थापना संख्या 298
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2015-07-03
प्रकाशन तिथि 2015-07-03
रेटिंग 1.89/5 कुल 37 रेटिंग्स
डेवलपर skeys apps
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dramatic chipmunk prank",
    "short_name": "Chipmunks4Eva",
    "description": "This extension will change every image on the internet into dramatic chipmunk!",
    "version": "0.0.1",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}