Auto Refresh Page

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

Wat is Auto Refresh Page?

Auto Refresh Page is een Chrome-extensie ontwikkeld door Page Refresh, en de belangrijkste functie is "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Refresh Page

Download Auto Refresh Page-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

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

Basisinformatie over de Extensie

Naam Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
Officiële URL https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
Beschrijving Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Bestandsgrootte 7.94 KB
Aantal Installaties 1,139
Huidige Versie 2.0
Laatst Bijgewerkt 2023-07-02
Publicatiedatum 2020-12-08
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Page Refresh
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/extensions-privacy
Ondersteunde Talen 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'"
}