Auto Refresh Plus - Auto Reload Page

Powerful Auto Refresh and Tab Auto Refresh Tool!

Wat is Auto Refresh Plus - Auto Reload Page?

Auto Refresh Plus - Auto Reload Page is een Chrome-extensie ontwikkeld door Seek Truth Studio, en de belangrijkste functie is "Powerful Auto Refresh and Tab Auto Refresh Tool!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Auto Refresh Plus - Auto Reload Page

Download Auto Refresh Plus - Auto Reload Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Powerful Auto Refresh and Tab Auto Refresh Tool!

[Key Features]:
Refresh pages after a set number of seconds.
Auto Reload the page after a set number of random seconds.
Set different delays per page or tab.
Stop auto-refresh anytime with a mouse click or keyboard shortcut.
Simultaneously refresh multiple pages.

[Real-time view]:
Refreshing web pages.
Time intervals for page refresh.
Number of refresh cycles.
Instantly stop auto-refresh for specified web pages.
This tool enables you to effortlessly manage web page refreshing and Tab Auto Refresh, ensuring you always have the latest information. Moreover, we pledge not to store any user data—professional, secure, reliable, and user-friendly!                    

Basisinformatie over de Extensie

Naam Auto Refresh Plus - Auto Reload Page Auto Refresh Plus - Auto Reload Page
ID jjoephlclcfpmaphlglonpjmbahaejic
Officiële URL https://chromewebstore.google.com/detail/auto-refresh-plus-auto-re/jjoephlclcfpmaphlglonpjmbahaejic
Beschrijving Powerful Auto Refresh and Tab Auto Refresh Tool!
Bestandsgrootte 346 KB
Aantal Installaties 173
Huidige Versie 0.1.1
Laatst Bijgewerkt 2023-09-11
Publicatiedatum 2023-09-05
Ontwikkelaar Seek Truth Studio
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/auto-refresh-pluss-mart-easy
Ondersteunde Talen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest.json",
    "version": "0.1.1",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "default_locale": "en"
}