Studyfree
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Vad är Studyfree?
Studyfree är en Chrome-tillägg utvecklad av https://studyfree.app, och dess huvudfunktion är "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".
Tilläggsskärmbilder
Ladda ner Studyfree-förlängningens CRX-fil
Ladda ner Studyfree-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Grundläggande Information om Tillägg
Namn | Studyfree |
ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
Officiell webbadress | https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko |
Beskrivning | Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. |
Filstorlek | 6.74 KB |
Antal Installationer | 726 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2024-02-19 |
Publiceringsdatum | 2023-11-10 |
Betyg | 4.11/5 Totalt 9 Betyg |
Utvecklare | https://studyfree.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.studyfree.app/ |
Stödda Språk | 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\/*" ] } ] } |