Super Refresh

One button to refresh all tabs

What is Super Refresh?

Super Refresh is a Chrome extension developed by Becky Mason, and its main feature is "One button to refresh all tabs".

Extension Screenshots

screenshot

Download Super Refresh Extension CRX File

Download Super Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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”                    

Extension Basic Information

Name Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
Official URL https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
Description One button to refresh all tabs
File Size 78.61 KB
Installation Count 55
Current Version 2.4.5
Last Updated 2021-01-30
Publish Date 2021-01-30
Rating 5.00/5 Total 1 Ratings
Developer Becky Mason
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
Supported Languages 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"
}