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
公式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
}