Studyfree
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
ما هو Studyfree؟
Studyfree هو إضافة Chrome تم تطويرها بواسطة https://studyfree.app، والميزة الرئيسية لها هي "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Studyfree
قم بتنزيل ملفات الامتداد Studyfree بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
معلومات أساسية عن التمديد
الاسم | Studyfree |
ID | ibcmmpijjjdadapemdfkcljhfghcbhko |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko |
الوصف | Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. |
حجم الملف | 6.74 KB |
عدد التثبيتات | 726 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2024-02-19 |
تاريخ النشر | 2023-11-10 |
تقييم | 4.11/5 مجموع تقييمات 9 |
المطور | https://studyfree.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.studyfree.app/ |
اللغات المدعومة | 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\/*" ] } ] } |