Cowify

Turns your browser into a cow

Wat is Cowify?

Cowify is een Chrome-extensie ontwikkeld door Nitin S, en de belangrijkste functie is "Turns your browser into a cow".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cowify

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

                        Turn your browser into a cow! After installing this extension, your browser will moo every couple minutes, just like a real cow.                    

Basisinformatie over de Extensie

Naam Cowify Cowify
ID pefpieokdfebebhimgnhcejafboncman
Officiële URL https://chromewebstore.google.com/detail/cowify/pefpieokdfebebhimgnhcejafboncman
Beschrijving Turns your browser into a cow
Bestandsgrootte 38.95 KB
Aantal Installaties 70
Huidige Versie 1.0
Laatst Bijgewerkt 2013-05-29
Publicatiedatum 2013-05-29
Beoordeling 3.90/5 Totaal 10 Beoordelingen
Ontwikkelaar Nitin S
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cowify",
    "description": "Turns your browser into a cow",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}