Auto redirect timer
Redirect pages after x seconds
Apa itu Auto redirect timer?
Auto redirect timer adalah ekstensi Chrome yang dikembangkan oleh matheus.cs007, dan fitur utamanya adalah "Redirect pages after x seconds".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto redirect timer
Unduh file ekstensi Auto redirect timer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Auto redirect timer |
ID | gnobhhnegbnhjljeaolmlnhjjmmncldg |
URL Resmi | https://chromewebstore.google.com/detail/auto-redirect-timer/gnobhhnegbnhjljeaolmlnhjjmmncldg |
Deskripsi | Redirect pages after x seconds |
Ukuran File | 1.83 MB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-09-02 |
Tanggal Publikasi | 2021-09-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | matheus.cs007 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |