Ferald

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

Hvad er Ferald?

Ferald er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Ferald-udvidelses-CRX-fil

Download Ferald-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Pizza tastes better than broccoli.

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

Grundlæggende oplysninger om udvidelsen

Navn Ferald Ferald
ID jmljfoieohgbjeoaihahppodleeblimj
Officiel URL https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj
Beskrivelse Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
Filstørrelse 13 KB
Antal Installationer 36
Nuværende Version 1.0
Senest Opdateret 2013-04-10
Udgivelsesdato 2013-04-09
Bedømmelse 4.08/5 Samlet 12 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    ]
}