Ferald

Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley

Cos'è Ferald?

Ferald è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ferald

Scarica i file di estensione Ferald 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

                        Pizza tastes better than broccoli.

Click anywhere to read the article — but only if you really, really, really have to.                    

Informazioni di Base sull'Estensione

Nome Ferald Ferald
ID jmljfoieohgbjeoaihahppodleeblimj
URL Ufficiale https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj
Descrizione Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
Dimensione del File 13 KB
Conteggio Installazioni 36
Versione Corrente 1.0
Ultimo Aggiornamento 2013-04-10
Data di Pubblicazione 2013-04-09
Valutazione 4.08/5 Totale 12 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ferald",
    "description": "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.nzherald.co.nz\/*",
                "*:\/\/*.stuff.co.nz\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "grumpycatno.svg"
    ]
}