Auto Reload Page
Keep reloading page automatically!
Qu'est-ce que Auto Reload Page ?
Auto Reload Page est une extension Chrome développée par SocialWorker, et sa fonction principale est "Keep reloading page automatically!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Reload Page
Téléchargez les fichiers d'extension Auto Reload Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Auto Reload Page |
ID | cggooibcfafefodnecpcbgiebbjjpnpb |
URL Officiel | https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb |
Description | Keep reloading page automatically! |
Taille du Fichier | 25.42 KB |
Nombre d'Installations | 212 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-10-13 |
Date de Publication | 2020-10-07 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | SocialWorker |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sushrut111/chrome-tab-reloader |
Langues Prises en Charge | 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 } |