Page Refresher

Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!

Vad är Page Refresher?

Page Refresher är en Chrome-tillägg utvecklad av https://illutex.com, och dess huvudfunktion är "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

Tilläggsskärmbilder

screenshot

Ladda ner Page Refresher-förlängningens CRX-fil

Ladda ner Page Refresher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Need to automatically reload web pages? 
Tired clicking 'Reload' in your browser?
Forgetting refresh pages?

Page Refresher - is all you need! Just open page, select the time and relax :)
You can see the remaining time to reload on Page Refresher's icon in every tab.

And the main advantage to add this extension: THERE'S NO SPAM, NO ADS, NO FISHING.
Everything is simple, everything is clear.                    

Grundläggande Information om Tillägg

Namn Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
Officiell webbadress https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
Beskrivning Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
Filstorlek 211 KB
Antal Installationer 2,933
Aktuell Version 2.0.1
Senast Uppdaterad 2021-08-09
Publiceringsdatum 2021-08-08
Betyg 4.00/5 Totalt 14 Betyg
Utvecklare https://illutex.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://illutex.com/
Hjälpsida URL http://illutex.com/chat
Stödda Språk en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Refresher",
    "version": "2.0.1",
    "default_locale": "en",
    "description": "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/products\/pageRefresher",
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "activeTab",
        "background"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Auto Reload Options",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}