WebExtension.net
WebExtension.net

Refresh Page - Auto reload page

View on Chrome Web Store
View Refresh Page - Auto reload page Chrome Extension on Chrome Web Store
4.5 (70 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically page reload after any number of seconds. Works for all pages. Refresh tab on demand.
Type
Extension
Users
3,000,000 users
Refresh Inc.
View author page of Refresh Inc.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 18, 2021
Version 0.1.6
Manifest version
3
Updated
Updated on September 5, 2024
View on Chrome Web Store
View Refresh Page - Auto reload page Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "data\/popup\/explore\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Reload page",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "128": "data\/icons\/128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top