Catify - Cute cat in New Tab.

A cute cat in every new tab.

¿Qué es Catify - Cute cat in New Tab.?

Catify - Cute cat in New Tab. es una extensión de Chrome desarrollada por Demoncious, y su función principal es "A cute cat in every new tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Catify - Cute cat in New Tab.

Descarga archivos de extensión Catify - Cute cat in New Tab. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        A cute cat in every new tab.
Every time you open a New Tab a new animated cat will appear to make your day better.

UPDATED --- V (0.4)
- More animations added.
- Top visited websites badges added.
- Search issue fixed.
- Design Update.

*Note (I don't own any Rights to images used in this extension they are from all over the internet to spread Love for cats :) If you are Owner of images Contact me and i will remove them right away.)                    

Información Básica de la Extensión

Nombre Catify - Cute cat in New Tab. Catify - Cute cat in New Tab.
ID pmjcfdncnnnjddcfljhhmllmbkkgbhea
URL Oficial https://chrome.google.com/webstore/detail/catify-cute-cat-in-new-ta/pmjcfdncnnnjddcfljhhmllmbkkgbhea
Descripción A cute cat in every new tab.
Tamaño del Archivo 167 MB
Cantidad de Instalaciones 4,309
Versión Actual 0.4
Última Actualización 2020-02-01
Fecha de Publicación 2020-01-28
Calificación 4.26/5 Total de 65 Calificaciones
Desarrollador Demoncious
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "src\/browser_action\/browser_action.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "Catify - Cute cat in New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "description": "A cute cat in every new tab.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsVrb8aBIQb3c\/19Yt2xFKuoVJUyuSzCAwSGbY1a1ZmjjfMkPTde26\/xzW1TWPuvP3z8ytXbvWDu6S5Mml9pn7Y0XSKaieaFBy3bdDXBu2f1lAnWSyxNJkyFeboXkaPPlOpcluZp5rw3qGRdvqU9cP8xeqkokOZZ0Hulop7Sc+8kIdhudkAAW2Evv2TCb6ZOXa8RjX2QSxwFBdAudnceyabTPqoa73h7S1+9v8w39Z7LdlFJlvpy4quBkA3yI3ddS7WCIVdhGlywMvbjgb6kas5Vbw7QVrMmc7FYJsSxQLLTNxzrZlMfzcIhPK4NZeGQCWVG75EC9VYizG2n0iQakLQIDAQAB",
    "manifest_version": 2,
    "name": "Catify - Cute cat in New Tab.",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4"
}