Auto redirect timer
Redirect pages after x seconds
Wat is Auto redirect timer?
Auto redirect timer is een Chrome-extensie ontwikkeld door matheus.cs007, en de belangrijkste functie is "Redirect pages after x seconds".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto redirect timer
Download Auto redirect timer-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
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.
Basisinformatie over de Extensie
Naam | Auto redirect timer |
ID | gnobhhnegbnhjljeaolmlnhjjmmncldg |
Officiële URL | https://chromewebstore.google.com/detail/auto-redirect-timer/gnobhhnegbnhjljeaolmlnhjjmmncldg |
Beschrijving | Redirect pages after x seconds |
Bestandsgrootte | 1.83 MB |
Aantal Installaties | 93 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-09-02 |
Publicatiedatum | 2021-09-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | matheus.cs007 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |