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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background. Основная информация о расширении
| Название | |
| 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\/*"
]
}
]
} | |