Pupify

Makes all images puppies!

Pupify क्या है?

Pupify Lowell Mower द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes all images puppies!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of seeing those boring status updates about your friend's kids? Sick of all looking at terrorists ugly faces on the news? Replace them all with puppies!!!

Pupify allows you live in an internet world where you only have to look at puppies. Click once to get puppies, click again to randomize them!

Enjoy a world free from sights of anything other than, you guessed it... puppies.                    

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

नाम Pupify Pupify
ID gelljeicjkapdcpghpobalmfefkjodnp
आधिकारिक URL https://chrome.google.com/webstore/detail/pupify/gelljeicjkapdcpghpobalmfefkjodnp
विवरण Makes all images puppies!
फ़ाइल का आकार 1.19 MB
स्थापना संख्या 28
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-04-09
प्रकाशन तिथि 2015-04-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Lowell Mower
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.twitter.com/lowellmower
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pupify",
    "description": "Makes all images puppies!",
    "version": "1.0",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make this page puppies!!!"
    },
    "web_accessible_resources": [
        "content_script.js",
        "1.png",
        "2.png",
        "3.png",
        "4.png",
        "5.png",
        "6.png",
        "7.png",
        "8.png",
        "9.png",
        "10.png",
        "11.png",
        "12.png",
        "13.png",
        "14.png",
        "15.png"
    ],
    "manifest_version": 2
}