Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

Wat is Auto Refresh Page?

Auto Refresh Page is een Chrome-extensie ontwikkeld door ProfileVisitor.co, en de belangrijkste functie is "Auto Refresh Page is the extension to refresh a page on regular 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

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

Basisinformatie over de Extensie

Naam Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
Officiële URL https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Beschrijving Auto Refresh Page is the extension to refresh a page on regular intervals
Bestandsgrootte 201 KB
Aantal Installaties 4,000
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-01-31
Publicatiedatum 2018-01-31
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar ProfileVisitor.co
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}