Studyfree
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Co to jest Studyfree?
Studyfree to rozszerzenie Chrome opracowane przez https://studyfree.app, a jego główną funkcją jest „Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Studyfree
Pobierz pliki rozszerzeń Studyfree w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Podstawowe informacje o rozszerzeniu
Nazwa | Studyfree |
ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
Oficjalny URL | https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko |
Opis | Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. |
Rozmiar pliku | 6.74 KB |
Liczba instalacji | 726 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2024-02-19 |
Data Publikacji | 2023-11-10 |
Ocena | 4.11/5 Łącznie 9 Oceny |
Deweloper | https://studyfree.app |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.studyfree.app/ |
Obsługiwane Języki | 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\/*" ] } ] } |