Kitty Carousel: Sleepy Cat
The Kitty Carousel browser extension; the sleepiest kittens with a lullaby sound track.
¿Qué es Kitty Carousel: Sleepy Cat?
Kitty Carousel: Sleepy Cat es una extensión de Chrome desarrollada por https://www.chromethemer.com, y su función principal es "The Kitty Carousel browser extension; the sleepiest kittens with a lullaby sound track.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Kitty Carousel: Sleepy Cat
Descarga archivos de extensión Kitty Carousel: Sleepy Cat 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
Get the most beautiful and cutest kitties right when you want to ... Kitten Carousel features ever changing high quality backgrounds of the sleepiest kittens and cats that rotate every few seconds ... Use it as a quick screensaver when you are away from your browser or take a few minutes and chill while listening to the gentle lullaby track that comes with it ... The lullaby music ON and OFF button is located top right of your screen, just below your search box for easy access. Quick Summary: The Kitty Carousel browser extension; Creates a kitty icon in your browser that opens a pop-up link to the sleepiest and cutest kittens with a lullaby sound track, right in your browser. Download kitty carousel for free and see what's its all about. Just don't fall asleep before you get a chance to rate and comment!
Información Básica de la Extensión
Nombre | |
ID | aphpjjiiibimbdfdngokicjckabkgipn |
URL Oficial | https://chrome.google.com/webstore/detail/kitty-carousel-sleepy-cat/aphpjjiiibimbdfdngokicjckabkgipn |
Descripción | The Kitty Carousel browser extension; the sleepiest kittens with a lullaby sound track. |
Tamaño del Archivo | 59.19 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.0 |
Última Actualización | 2020-06-14 |
Fecha de Publicación | 2020-06-14 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.chromethemer.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.chromethemer.com/ |
URL de la Página de Ayuda | https://www.chromethemer.com/ |
URL de la Página de Política de Privacidad | https://www.chromethemer.com/privacy.html |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kitty Carousel: Sleepy Cat", "description": "The Kitty Carousel browser extension; the sleepiest kittens with a lullaby sound track.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |