Auto redirect timer

Redirect pages after x seconds

Cos'è Auto redirect timer?

Auto redirect timer è un'estensione di Chrome sviluppata da matheus.cs007, e la sua funzione principale è "Redirect pages after x seconds".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto redirect timer

Scarica i file di estensione Auto redirect timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension redirects a tab of chrome to pages of your choice after x seconds.
why would you need this?
Maybe to show multiple market charts on TV, follow multiple news websites, etc.                    

Informazioni di Base sull'Estensione

Nome Auto redirect timer Auto redirect timer
ID gnobhhnegbnhjljeaolmlnhjjmmncldg
URL Ufficiale https://chromewebstore.google.com/detail/auto-redirect-timer/gnobhhnegbnhjljeaolmlnhjjmmncldg
Descrizione Redirect pages after x seconds
Dimensione del File 1.83 MB
Conteggio Installazioni 93
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-09-02
Data di Pubblicazione 2021-09-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore matheus.cs007
Email [email protected]
Tipo di Pagamento free
Lingue Supportate pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto redirect timer",
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "Redirect pages after x seconds",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "persistence": false
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}