Auto Refresh Plus

Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds

Auto Refresh Plus क्या है?

Auto Refresh Plus luke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds"।

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

screenshot

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

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

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

                        Auto Refresh Chrome Extension: This browser extension allows users to refresh a webpage automatically at specified intervals. It helps to save time and stay updated with dynamic content without manual intervention. The user can set the refresh frequency and customize the extension as per their requirements. The extension has a user-friendly interface and is easy to use. It can help improve productivity and efficiency while browsing the web.
Enhance your workflow and increase productivity with this top-ranked, easy-to-use Auto Refresh Extension for Google Chrome. Improve your web browsing experience and stay up to date with dynamic content without the need for manual intervention.

How it Works:
1. Open the popup and enter the time interval, at which the page has to refresh.
2. Then start the auto refresh.
3. Now the page refreshes at the entered time interval, until you stop or close the page.

@2.0.0 - Privacy policy updated                    

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

नाम Auto Refresh Plus Auto Refresh Plus
ID ffejlioijcokmblckiijnjcmfidjppdn
आधिकारिक URL https://chromewebstore.google.com/detail/auto-refresh-plus/ffejlioijcokmblckiijnjcmfidjppdn
विवरण Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds
फ़ाइल का आकार 80.22 KB
स्थापना संख्या 34,021
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2024-02-07
प्रकाशन तिथि 2023-01-31
रेटिंग 4.69/5 कुल 434 रेटिंग्स
डेवलपर luke
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://autorefreshplus.in/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresh Plus",
    "version": "2.0.0",
    "description": "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds",
    "icons": {
        "32": "icon128.png",
        "64": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": " Auto Refresh Plus",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ]
}