Chegg Auto Refresher
Auto refreshes Chegg Expert Q&A page for new questions
Что такое Chegg Auto Refresher?
Chegg Auto Refresher - это расширение Chrome, разработанное https://tushgaurav.in, и его основная функция - "Auto refreshes Chegg Expert Q&A page for new questions".
Снимки экрана расширения
Скачать файл CRX расширения Chegg Auto Refresher
Скачайте файлы расширений Chegg Auto Refresher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration. Основная информация о расширении
| Название | |
| ID | alkblilamfjefheigemcgjbbgbheopli |
| Официальный URL | https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli |
| Описание | Auto refreshes Chegg Expert Q&A page for new questions |
| Размер файла | 12.72 KB |
| Количество установок | 884 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2023-07-12 |
| Дата публикации | 2023-07-11 |
| Рейтинг | 4.00/5 Всего 1 оценок |
| Разработчик | https://tushgaurav.in |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Chegg Auto Refresher",
"version": "1.0",
"description": "Auto refreshes Chegg Expert Q&A page for new questions",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/expert.chegg.com\/qna\/authoring\/answer"
],
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/expert.chegg.com\/qna\/authoring\/answer"
]
}
],
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "Popup and Content Script",
"default_popup": "popup.html"
}
} | |