Simple Auto Refresher

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

Was ist Simple Auto Refresher?

Simple Auto Refresher ist eine Chrome-Erweiterung, die von NokibRokes entwickelt wurde, und ihr Hauptmerkmal ist "A simple tool to make the website live every time! Refresh your pages with selected time interval.".

Erweiterungsscreenshots

screenshot
screenshot

Simple Auto Refresher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Auto Refresher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
Offizielle URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Beschreibung A simple tool to make the website live every time! Refresh your pages with selected time interval.
Dateigröße 28.77 KB
Installationsanzahl 5,078
Aktuelle Version 1.0.2
Letztes Update 2021-07-30
Veröffentlichungsdatum 2020-06-24
Bewertung 4.80/5 Insgesamt 10 Bewertungen
Entwickler NokibRokes
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://nokibrokes.com
Hilfeseite URL https://nokibrokes.com/contact
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Unterstützte Sprachen 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"
            ]
        }
    ]
}