WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Auto refresh actual webpage

Auto refresh actual webpage

View on Chrome Web Store
View Auto refresh actual webpage Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (15 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Automatically reload webpage in actual tab. You can set refresh interval.
Type
Extension
Users
1,000 users
extensions-for-chrome.com
View author page of extensions-for-chrome.com
Published
Published on March 31, 2013
Version 1.0
Manifest version
2
Updated
Updated on September 21, 2013
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Auto refresh actual webpage Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto refresh actual webpage",
    "description": "Automatically reload webpage in actual tab. You can set refresh interval.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}
© 2025 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