CatFestation

Change all images on your friends computer to cats!

Qu'est-ce que CatFestation ?

CatFestation est une extension Chrome développée par manzieric, et sa fonction principale est "Change all images on your friends computer to cats!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CatFestation

Téléchargez les fichiers d'extension CatFestation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CatFestation CatFestation
ID goofkbnadlobcmpgbdibjdhpadfedjbn
URL Officiel https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn
Description Change all images on your friends computer to cats!
Taille du Fichier 41.62 KB
Nombre d'Installations 17
Version Actuelle 0.2.7
Dernière Mise à Jour 2016-01-13
Date de Publication 2016-01-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur manzieric
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}