Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

Что такое Simple Auto Refresher?

Simple Auto Refresher - это расширение Chrome, разработанное NokibRokes, и его основная функция - "A simple tool to make the website live every time! Refresh your pages with selected time interval.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Simple Auto Refresher

Скачайте файлы расширений Simple Auto Refresher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

Основная информация о расширении

Название Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
Официальный URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Описание A simple tool to make the website live every time! Refresh your pages with selected time interval.
Размер файла 28.77 KB
Количество установок 5,078
Текущая Версия 1.0.2
Последнее Обновление 2021-07-30
Дата публикации 2020-06-24
Рейтинг 4.80/5 Всего 10 оценок
Разработчик NokibRokes
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://nokibrokes.com
URL страницы помощи https://nokibrokes.com/contact
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}