Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

Qu'est-ce que Auto Refresh Page ?

Auto Refresh Page est une extension Chrome développée par Page Refresh, et sa fonction principale est "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Auto Refresh Page 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

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!                    

Informations de Base sur l'Extension

Nom Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
URL Officiel https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
Description Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Taille du Fichier 7.94 KB
Nombre d'Installations 1,139
Version Actuelle 2.0
Dernière Mise à Jour 2023-07-02
Date de Publication 2020-12-08
Évaluation 2.75/5 Total 4 Évaluations
Développeur Page Refresh
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/extensions-privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "2.0",
    "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}