CatFestation

Change all images on your friends computer to cats!

Wat is CatFestation?

CatFestation is een Chrome-extensie ontwikkeld door manzieric, en de belangrijkste functie is "Change all images on your friends computer to cats!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CatFestation

Download CatFestation-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

                        Get this extension to prank your friends. Replaces all images on a site with cat pictures!                    

Basisinformatie over de Extensie

Naam CatFestation CatFestation
ID goofkbnadlobcmpgbdibjdhpadfedjbn
Officiële URL https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn
Beschrijving Change all images on your friends computer to cats!
Bestandsgrootte 41.62 KB
Aantal Installaties 17
Huidige Versie 0.2.7
Laatst Bijgewerkt 2016-01-13
Publicatiedatum 2016-01-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar manzieric
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CatFestation",
    "description": "Change all images on your friends computer to cats!",
    "version": "0.2.7",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}