Auto Reload Page
Keep reloading page automatically!
Apa itu Auto Reload Page?
Auto Reload Page adalah ekstensi Chrome yang dikembangkan oleh SocialWorker, dan fitur utamanya adalah "Keep reloading page automatically!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto Reload Page
Unduh file ekstensi Auto Reload Page 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
Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension! The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event! - Reload chrome tab at the certain specified time interval - Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab - Reloads keep working even when you pull the tab out to a new window
Informasi Dasar Ekstensi
Nama | Auto Reload Page |
ID | cggooibcfafefodnecpcbgiebbjjpnpb |
URL Resmi | https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb |
Deskripsi | Keep reloading page automatically! |
Ukuran File | 25.42 KB |
Jumlah Instalasi | 212 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-10-13 |
Tanggal Publikasi | 2020-10-07 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | SocialWorker |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sushrut111/chrome-tab-reloader |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reload Page", "version": "1.1", "icons": { "128": "icon.png" }, "description": "Keep reloading page automatically!", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |