Studyfree
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
¿Qué es Studyfree?
Studyfree es una extensión de Chrome desarrollada por https://studyfree.app, y su función principal es "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Studyfree
Descarga archivos de extensión Studyfree 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
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Información Básica de la Extensión
Nombre | Studyfree |
ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
URL Oficial | https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko |
Descripción | Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. |
Tamaño del Archivo | 6.74 KB |
Cantidad de Instalaciones | 726 |
Versión Actual | 1.1.1 |
Última Actualización | 2024-02-19 |
Fecha de Publicación | 2023-11-10 |
Calificación | 4.11/5 Total de 9 Calificaciones |
Desarrollador | https://studyfree.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.studyfree.app/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Studyfree", "version": "1.1.1", "author": "jstinjoy", "icons": { "128": "assets\/img\/logo128.png" }, "content_scripts": [ { "js": [ "content\/studydrive.js" ], "matches": [ "https:\/\/www.studydrive.net\/*\/doc\/*" ] } ] } |