Super Refresh

One button to refresh all tabs

Super Refresh क्या है?

Super Refresh Becky Mason द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One button to refresh all tabs"।

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

screenshot

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

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

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

                        Super Refresh refreshes all tabs using one button.

Features:
- Refresh all tabs
- Prevent cache
- Disable website alerts like “Do you want to leave the page”                    

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

नाम Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
आधिकारिक URL https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
विवरण One button to refresh all tabs
फ़ाइल का आकार 78.61 KB
स्थापना संख्या 55
वर्तमान संस्करण 2.4.5
अंतिम अपडेट 2021-01-30
प्रकाशन तिथि 2021-01-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Becky Mason
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.4.5"
}