Prattify

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

¿Qué es Prattify?

Prattify es una extensión de Chrome desarrollada por Sharif Edenfield, y su función principal es "Replace a website's images with the ABSolutely fantastic Chris Pratt".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Prattify

Descarga archivos de extensión Prattify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Prattify Prattify
ID gelcbgljcoleioilogchjgmpgalgnhnn
URL Oficial https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn
Descripción Replace a website's images with the ABSolutely fantastic Chris Pratt
Tamaño del Archivo 1.1 MB
Cantidad de Instalaciones 26
Versión Actual 1.4
Última Actualización 2014-10-31
Fecha de Publicación 2014-10-31
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Sharif Edenfield
Tipo de Pago free
Idiomas Soportados 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"
    }
}