Custom Auto Refresh
A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Was ist Custom Auto Refresh?
Custom Auto Refresh ist eine Chrome-Erweiterung, die von VastBlast entwickelt wurde, und ihr Hauptmerkmal ist "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".
Erweiterungsscreenshots
Custom Auto Refresh-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Auto Refresh-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 extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need. Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.
Grundlegende Informationen zur Erweiterung
Name | Custom Auto Refresh |
ID | hefmpdieencodgfnoecpichojkglajkb |
Offizielle URL | https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb |
Beschreibung | A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval. |
Dateigröße | 112 KB |
Installationsanzahl | 3,315 |
Aktuelle Version | 2.3.2 |
Letztes Update | 2023-10-10 |
Veröffentlichungsdatum | 2021-01-12 |
Bewertung | 4.78/5 Insgesamt 18 Bewertungen |
Entwickler | VastBlast |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/VastBlast/ChromeAutoRefresh |
Hilfeseite URL | https://nitestats.com/contact |
URL der Datenschutzrichtlinien-Seite | https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Auto Refresh", "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.", "version": "2.3.2", "icons": { "48": ".\/icons\/icon-inactive.png" }, "background": { "service_worker": ".\/scripts\/background.js" }, "action": { "default_icon": ".\/icons\/icon-inactive.png", "default_popup": ".\/main\/index.html" }, "host_permissions": [ " |