Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Что такое Auto Refresh Page?
Auto Refresh Page - это расширение Chrome, разработанное Page Refresh, и его основная функция - "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".
Снимки экрана расширения
Скачать файл CRX расширения Auto Refresh Page
Скачайте файлы расширений Auto Refresh Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance! Основная информация о расширении
| Название | |
| ID | llfpaibekbngemphkhllbbffpgopboec |
| Официальный URL | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
| Описание | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
| Размер файла | 7.94 KB |
| Количество установок | 1,139 |
| Текущая Версия | 2.0 |
| Последнее Обновление | 2023-07-02 |
| Дата публикации | 2020-12-08 |
| Рейтинг | 2.75/5 Всего 4 оценок |
| Разработчик | Page Refresh |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://sites.google.com/view/extensions-privacy |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Refresh Page",
"version": "2.0",
"description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"48": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |