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 olenadubov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set the interval in seconds and autorefresher will reload the page with random timing!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Auto Refresh FREE - random interval एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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!!                    

एक्सटेंशन की मूल जानकारी

नाम Easy Auto Refresh FREE - random interval Easy Auto Refresh FREE - random interval
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"
}