WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Auto Refresh Plus | Page Monitor

Auto Refresh Plus | Page Monitor

View on Chrome Web Store
View Auto Refresh Plus | Page Monitor Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (19,992 ratings)
23 new ratings
3 views
This extension has been viewed 3 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.

Refresh the page automatically with powerful page monitor features.
Type
Extension
Users
1,000,000 users
Website autorefresh.io
autorefresh.io
View author page of autorefresh.io
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 9, 2015
Version 8.1.0
Manifest version
3
Updated
Updated on August 12, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Auto Refresh Plus | Page Monitor 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": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresh Plus | Page Monitor",
    "description": "__MSG_app_description__",
    "version": "8.1.0",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "author": "Auto Refresh Plus",
    "homepage_url": "https:\/\/autorefresh.io",
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting",
        "offscreen"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/*",
                "content-scripts\/*",
                "editor.html"
            ]
        },
        {
            "resources": [
                "content-scripts\/arp.css"
            ],
            "matches": [
                "*:\/\/*.autorefresh.io\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.autorefresh.io\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/arp.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.autorefresh.io\/*"
            ],
            "css": [
                "content-scripts\/script.css"
            ],
            "js": [
                "content-scripts\/script.js"
            ]
        }
    ]
}
© 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