Auto Refresh Page

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

Co je Auto Refresh Page?

Auto Refresh Page je rozšíření Chrome vyvinuté ProfileVisitor.co, a jeho hlavní funkcí je „Auto Refresh Page is the extension to refresh a page on regular intervals“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Auto Refresh Page

Stáhněte si soubory rozšíření Auto Refresh Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
Oficiální URL https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Popis Auto Refresh Page is the extension to refresh a page on regular intervals
Velikost souboru 201 KB
Počet instalací 4,000
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-01-31
Datum Vydání 2018-01-31
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář ProfileVisitor.co
Typ Platby free
Podporované Jazyky 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'"
}