Auto Refresh Page

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

Co to jest Auto Refresh Page?

Auto Refresh Page to rozszerzenie Chrome opracowane przez ProfileVisitor.co, a jego główną funkcją jest „Auto Refresh Page is the extension to refresh a page on regular intervals”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Auto Refresh Page

Pobierz pliki rozszerzeń Auto Refresh Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
Oficjalny URL https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Opis Auto Refresh Page is the extension to refresh a page on regular intervals
Rozmiar pliku 201 KB
Liczba instalacji 4,000
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2018-01-31
Data Publikacji 2018-01-31
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper ProfileVisitor.co
Typ Płatności free
Obsługiwane Języki 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'"
}