Prattify

Replace a website's images with the ABSolutely fantastic Chris Pratt

Prattifyとは何ですか?

PrattifyはSharif Edenfieldによって開発されたChromeの拡張機能で、その主な機能は「Replace a website's images with the ABSolutely fantastic Chris Pratt」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Prattify拡張機能のCRXファイルをダウンロード

Prattify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!                    

拡張機能の基本情報

名前 Prattify Prattify
ID gelcbgljcoleioilogchjgmpgalgnhnn
公式URL https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn
説明 Replace a website's images with the ABSolutely fantastic Chris Pratt
ファイルサイズ 1.1 MB
インストール数 26
現在のバージョン 1.4
最終更新日 2014-10-31
公開日 2014-10-31
評価 5.00/5 合計 3 レビュー
開発者 Sharif Edenfield
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prattify",
    "description": "Replace a website's images with the ABSolutely fantastic Chris Pratt",
    "version": "1.4",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "prattify.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "pratt\/*.jpg"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}