Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
Vad är Prattify?
Prattify är en Chrome-tillägg utvecklad av Sharif Edenfield, och dess huvudfunktion är "Replace a website's images with the ABSolutely fantastic Chris Pratt".
Tilläggsskärmbilder
Ladda ner Prattify-förlängningens CRX-fil
Ladda ner Prattify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | gelcbgljcoleioilogchjgmpgalgnhnn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn | 
| Beskrivning | Replace a website's images with the ABSolutely fantastic Chris Pratt | 
| Filstorlek | 1.1 MB | 
| Antal Installationer | 26 | 
| Aktuell Version | 1.4 | 
| Senast Uppdaterad | 2014-10-31 | 
| Publiceringsdatum | 2014-10-31 | 
| Betyg | 5.00/5 Totalt 3 Betyg | 
| Utvecklare | Sharif Edenfield | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |