Studyfree
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Qu'est-ce que Studyfree ?
Studyfree est une extension Chrome développée par https://studyfree.app, et sa fonction principale est "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Studyfree
Téléchargez les fichiers d'extension Studyfree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Informations de Base sur l'Extension
Nom | Studyfree |
ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
URL Officiel | https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko |
Description | Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. |
Taille du Fichier | 6.74 KB |
Nombre d'Installations | 726 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2024-02-19 |
Date de Publication | 2023-11-10 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | https://studyfree.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.studyfree.app/ |
Langues Prises en Charge | 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\/*" ] } ] } |