Mini Cursor Follower
a simple cursor animation whenever you open a new tab
¿Qué es Mini Cursor Follower?
Mini Cursor Follower es una extensión de Chrome desarrollada por TRITECHNIX, y su función principal es "a simple cursor animation whenever you open a new tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mini Cursor Follower
Descarga archivos de extensión Mini Cursor Follower 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
Browse the web with a simple simple cursor follower animation, every new tab! By clicking "Add to chrome", I accept and agree to installing the Mini Cursor Follower Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Privacy Policy: https://www.tritechnix.com/privacy-policy Terms Of Use: https://www.tritechnix.com/mini-cursor-follower/terms-of-use Contact us: https://www.tritechnix.com/contact-us About: https://www.tritechnix.com/about-us Contact email: [email protected]
Información Básica de la Extensión
Nombre | Mini Cursor Follower |
ID | pjppbcnlnfjabomiiefjmihiefbpfbdn |
URL Oficial | https://chromewebstore.google.com/detail/mini-cursor-follower/pjppbcnlnfjabomiiefjmihiefbpfbdn |
Descripción | a simple cursor animation whenever you open a new tab |
Tamaño del Archivo | 9.27 KB |
Cantidad de Instalaciones | 671 |
Versión Actual | 1.2 |
Última Actualización | 2022-06-06 |
Fecha de Publicación | 2022-01-04 |
Calificación | 4.00/5 Total de 6 Calificaciones |
Desarrollador | TRITECHNIX |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.tritechnix.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mini Cursor Follower", "description": "a simple cursor animation whenever you open a new tab", "version": "1.2", "icons": { "128": "i\/icon128.png", "48": "i\/icon48.png", "16": "i\/icon16.png" }, "action": { "default_icon": "i\/icon48.png" }, "chrome_url_overrides": { "newtab": "html\/newtab.html" } } |