Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

Qu'est-ce que Custom Auto Refresh ?

Custom Auto Refresh est une extension Chrome développée par VastBlast, et sa fonction principale est "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Custom Auto Refresh

Téléchargez les fichiers d'extension Custom Auto Refresh au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
URL Officiel https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
Description A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Taille du Fichier 112 KB
Nombre d'Installations 3,315
Version Actuelle 2.3.2
Dernière Mise à Jour 2023-10-10
Date de Publication 2021-01-12
Évaluation 4.78/5 Total 18 Évaluations
Développeur VastBlast
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/VastBlast/ChromeAutoRefresh
URL de la Page d'Aide https://nitestats.com/contact
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
Langues Prises en Charge 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": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}