Random Refresh

Refresh page randomly in time range

Что такое Random Refresh?

Random Refresh - это расширение Chrome, разработанное M.Ahmed, и его основная функция - "Refresh page randomly in time range".

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

screenshot
screenshot

Скачать файл CRX расширения Random Refresh

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

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

                        Reload your page and refresh in simplest way.
Random Refresh tool allow you to refresh your desired web page in a time range,
The page will auto refresh and you can also set up multiple tabs simultaneously .                    

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

Название Random Refresh Random Refresh
ID phedidfeicjpoomnhnfocgmbhliemjgn
Официальный URL https://chromewebstore.google.com/detail/random-refresh/phedidfeicjpoomnhnfocgmbhliemjgn
Описание Refresh page randomly in time range
Размер файла 174 KB
Количество установок 4,031
Текущая Версия 1.1.5
Последнее Обновление 2023-09-07
Дата публикации 2020-09-14
Рейтинг 4.45/5 Всего 22 оценок
Разработчик M.Ahmed
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random Refresh",
    "description": "Refresh page randomly in time range",
    "version": "1.1.5",
    "icons": {
        "128": "images\/logos\/logo-128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "images\/logos\/logo.png",
        "default_popup": "popup.html"
    }
}