Pupify

Makes all images puppies!

什麼是Pupify?

Pupify是由Lowell Mower開發的Chrome擴展程式,該擴展的主要功能是“Makes all images puppies!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pupify擴展crx文件

下載Pupify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}