Auto Reload Page

Keep reloading page automatically!

Vad är Auto Reload Page?

Auto Reload Page är en Chrome-tillägg utvecklad av SocialWorker, och dess huvudfunktion är "Keep reloading page automatically!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Auto Reload Page-förlängningens CRX-fil

Ladda ner Auto Reload Page-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

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

Grundläggande Information om Tillägg

Namn Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
Officiell webbadress https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
Beskrivning Keep reloading page automatically!
Filstorlek 25.42 KB
Antal Installationer 212
Aktuell Version 1.1
Senast Uppdaterad 2020-10-13
Publiceringsdatum 2020-10-07
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare SocialWorker
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/sushrut111/chrome-tab-reloader
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}