Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
Cos'è Prattify?
Prattify è un'estensione di Chrome sviluppata da Sharif Edenfield, e la sua funzione principale è "Replace a website's images with the ABSolutely fantastic Chris Pratt".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prattify
Scarica i file di estensione Prattify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | gelcbgljcoleioilogchjgmpgalgnhnn | 
| URL Ufficiale | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn | 
| Descrizione | Replace a website's images with the ABSolutely fantastic Chris Pratt | 
| Dimensione del File | 1.1 MB | 
| Conteggio Installazioni | 26 | 
| Versione Corrente | 1.4 | 
| Ultimo Aggiornamento | 2014-10-31 | 
| Data di Pubblicazione | 2014-10-31 | 
| Valutazione | 5.00/5 Totale 3 Valutazioni | 
| Sviluppatore | Sharif Edenfield | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    }
}  |  |