Auto Refresh

You can set the period in which the required tab will be refreshed with this extension

Auto Refresh क्या है?

Auto Refresh enaumenko1997 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can set the period in which the required tab will be refreshed with this extension"।

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

screenshot

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

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

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

                        The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.                    

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

नाम Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
आधिकारिक URL https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
विवरण You can set the period in which the required tab will be refreshed with this extension
फ़ाइल का आकार 21.25 KB
स्थापना संख्या 104
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-02-10
प्रकाशन तिथि 2021-02-10
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर enaumenko1997
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/assets\/js\/refresh_worker.js",
            "\/assets\/js\/bg.js",
            "\/assets\/js\/workWithContextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Refresher"
    },
    "description": "You can set the period in which the required tab will be refreshed with this extension",
    "icons": {
        "128": "\/assets\/images\/essential_image.png"
    },
    "manifest_version": 2,
    "name": "Auto Refresh",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.0"
}