Pupify

Makes all images puppies!

Vad är Pupify?

Pupify är en Chrome-tillägg utvecklad av Lowell Mower, och dess huvudfunktion är "Makes all images puppies!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Pupify-förlängningens CRX-fil

Ladda ner Pupify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pupify Pupify
ID gelljeicjkapdcpghpobalmfefkjodnp
Officiell webbadress https://chrome.google.com/webstore/detail/pupify/gelljeicjkapdcpghpobalmfefkjodnp
Beskrivning Makes all images puppies!
Filstorlek 1.19 MB
Antal Installationer 28
Aktuell Version 1.0
Senast Uppdaterad 2015-04-09
Publiceringsdatum 2015-04-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Lowell Mower
Betalningssätt free
Tilläggswebbplats http://www.twitter.com/lowellmower
Stödda Språk 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
}