Prattify

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

Co je Prattify?

Prattify je rozšíření Chrome vyvinuté Sharif Edenfield, a jeho hlavní funkcí je „Replace a website's images with the ABSolutely fantastic Chris Pratt“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Prattify

Stáhněte si soubory rozšíření Prattify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Prattify Prattify
ID gelcbgljcoleioilogchjgmpgalgnhnn
Oficiální URL https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn
Popis Replace a website's images with the ABSolutely fantastic Chris Pratt
Velikost souboru 1.1 MB
Počet instalací 26
Aktuální Verze 1.4
Poslední Aktualizace 2014-10-31
Datum Vydání 2014-10-31
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Sharif Edenfield
Typ Platby free
Podporované Jazyky 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"
    }
}