Auto Refresh Plus

Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds

Vad är Auto Refresh Plus?

Auto Refresh Plus är en Chrome-tillägg utvecklad av luke, och dess huvudfunktion är "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds".

Tilläggsskärmbilder

screenshot

Ladda ner Auto Refresh Plus-förlängningens CRX-fil

Ladda ner Auto Refresh Plus-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

                        Auto Refresh Chrome Extension: This browser extension allows users to refresh a webpage automatically at specified intervals. It helps to save time and stay updated with dynamic content without manual intervention. The user can set the refresh frequency and customize the extension as per their requirements. The extension has a user-friendly interface and is easy to use. It can help improve productivity and efficiency while browsing the web.
Enhance your workflow and increase productivity with this top-ranked, easy-to-use Auto Refresh Extension for Google Chrome. Improve your web browsing experience and stay up to date with dynamic content without the need for manual intervention.

How it Works:
1. Open the popup and enter the time interval, at which the page has to refresh.
2. Then start the auto refresh.
3. Now the page refreshes at the entered time interval, until you stop or close the page.

@2.0.0 - Privacy policy updated                    

Grundläggande Information om Tillägg

Namn Auto Refresh Plus Auto Refresh Plus
ID ffejlioijcokmblckiijnjcmfidjppdn
Officiell webbadress https://chromewebstore.google.com/detail/auto-refresh-plus/ffejlioijcokmblckiijnjcmfidjppdn
Beskrivning Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds
Filstorlek 80.22 KB
Antal Installationer 34,021
Aktuell Version 2.0.0
Senast Uppdaterad 2024-02-07
Publiceringsdatum 2023-01-31
Betyg 4.69/5 Totalt 434 Betyg
Utvecklare luke
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://autorefreshplus.in/privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresh Plus",
    "version": "2.0.0",
    "description": "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds",
    "icons": {
        "32": "icon128.png",
        "64": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": " Auto Refresh Plus",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ]
}