Ferald

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

Wat is Ferald?

Ferald is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ferald

Download Ferald-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Pizza tastes better than broccoli.

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

Basisinformatie over de Extensie

Naam Ferald Ferald
ID jmljfoieohgbjeoaihahppodleeblimj
Officiële URL https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj
Beschrijving Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
Bestandsgrootte 13 KB
Aantal Installaties 36
Huidige Versie 1.0
Laatst Bijgewerkt 2013-04-10
Publicatiedatum 2013-04-09
Beoordeling 4.08/5 Totaal 12 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}