Simple Auto Refresher

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

Wat is Simple Auto Refresher?

Simple Auto Refresher is een Chrome-extensie ontwikkeld door NokibRokes, en de belangrijkste functie is "A simple tool to make the website live every time! Refresh your pages with selected time interval.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Auto Refresher

Download Simple Auto Refresher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
Officiële URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Beschrijving A simple tool to make the website live every time! Refresh your pages with selected time interval.
Bestandsgrootte 28.77 KB
Aantal Installaties 5,078
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-07-30
Publicatiedatum 2020-06-24
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar NokibRokes
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://nokibrokes.com
Help Pagina-URL https://nokibrokes.com/contact
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Ondersteunde Talen 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"
            ]
        }
    ]
}