Easy Auto Refresh FREE - random interval
Set the interval in seconds and autorefresher will reload the page with random timing!
Τι είναι το Easy Auto Refresh FREE - random interval;
Το Easy Auto Refresh FREE - random interval είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον olenadubov, και η κύρια λειτουργία του είναι "Set the interval in seconds and autorefresher will reload the page with random timing!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Easy Auto Refresh FREE - random interval
Λήψη αρχείων επέκτασης Easy Auto Refresh FREE - random interval σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
"Easy Auto Refresh FREE - random interval" - small extention with a few options. Auto-refresh and auto-reload pages after any number of seconds. It automatically reloads web pages after any number of seconds you set in settings. Easy to use it: * Click on icon * Set your number of second (the same one or different if you want random delay). * Click "START" to activate * Click "STOP" to pause Very small and easy extension that will help you to save your time and money!!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fpkcbidfblkfoindobfbekfdmjadkoid |
Επίσημο URL | https://chrome.google.com/webstore/detail/easy-auto-refresh-free-ra/fpkcbidfblkfoindobfbekfdmjadkoid |
Περιγραφή | Set the interval in seconds and autorefresher will reload the page with random timing! |
Μέγεθος Αρχείου | 79.08 KB |
Αριθμός Εγκαταστάσεων | 6,000 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2021-06-21 |
Ημερομηνία Δημοσίευσης | 2021-01-01 |
Αξιολόγηση | 4.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | olenadubov |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.extensionsforweb.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "page": "background.html" }, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/www.extensionsforweb.com\/", "icons": { "128": "images\/easy-auto-refresh-128x128.png", "48": "images\/easy-auto-refresh-48x48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "page_action": { "default_icon": { "38": "images\/refresh-off-38.png" }, "default_popup": "popup.html", "default_title": "Auto Refresh FREE" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |