Refreshy

Refresh your websites when you want and how you want! 100% Free!

Что такое Refreshy?

Refreshy - это расширение Chrome, разработанное dinobpublishing, и его основная функция - "Refresh your websites when you want and how you want! 100% Free!".

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

screenshot

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

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

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

                        Welcome to Refreshy!

What does Refreshy do:
========================
- Can refresh current tab you are on (even if you change tabs!)
- Can refresh specific tabs (pick 1, or many!).
- Can refresh all tabs.
- Can perform hard refreshes (to bypass cache).
- You set the time you want it to refresh.
- You can set a random refresh interval (so websites don't think you're a bot).

Refreshy does all of this for you...absolutely 100% FREE!
- No software locks.
- No subscriptions.
- Currently only accepting donations.

I like to make tools to help people. I hope Refreshy is a tool that can help you! =)                    

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

Название Refreshy Refreshy
ID lppedmgppdjcmcomnecmhclomnleknnh
Официальный URL https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh
Описание Refresh your websites when you want and how you want! 100% Free!
Размер файла 1.64 MB
Количество установок 605
Текущая Версия 1.0.0
Последнее Обновление 2021-05-18
Дата публикации 2021-05-18
Рейтинг 5.00/5 Всего 3 оценок
Разработчик dinobpublishing
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refreshy",
    "description": "Refresh your websites when you want and how you want! 100% Free!",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "icons": {
        "16": "assets\/refreshy16.png",
        "48": "assets\/refreshy48.png",
        "128": "assets\/refreshy128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}