Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

Simple Auto Refresher क्या है?

Simple Auto Refresher NokibRokes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple tool to make the website live every time! Refresh your pages with selected time interval."।

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

screenshot
screenshot

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

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

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

                        This simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

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

नाम Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
आधिकारिक URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
विवरण A simple tool to make the website live every time! Refresh your pages with selected time interval.
फ़ाइल का आकार 28.77 KB
स्थापना संख्या 5,078
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-07-30
प्रकाशन तिथि 2020-06-24
रेटिंग 4.80/5 कुल 10 रेटिंग्स
डेवलपर NokibRokes
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://nokibrokes.com
सहायता पृष्ठ URL https://nokibrokes.com/contact
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}