Easy auto refresher plus

【Quality】Intelligent auto refresh page tool with custom intervals.

What is Easy auto refresher plus?

Easy auto refresher plus is a Chrome extension developed by margaretafossb70, and its main feature is "【Quality】Intelligent auto refresh page tool with custom intervals.".

Extension Screenshots

screenshot

Download Easy auto refresher plus Extension CRX File

Download Easy auto refresher plus 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

                        Easy auto refresher plus is a free browser extension that can automatically refresh and reload any page or tab after a specified number of seconds. Simply enter the number of seconds between page refreshes and click the start button.
The main features: 
-Auto refresh timer with second precision
-Predefined simple-click intervals
-Forever free                    

Extension Basic Information

Name Easy auto refresher plus Easy auto refresher plus
ID pbdhfeomafblhhgbfkbgmphfngpcmdke
Official URL https://chromewebstore.google.com/detail/easy-auto-refresher-plus/pbdhfeomafblhhgbfkbgmphfngpcmdke
Description 【Quality】Intelligent auto refresh page tool with custom intervals.
File Size 119 KB
Installation Count 1,302
Current Version 1.0.0
Last Updated 2022-08-20
Publish Date 2022-08-20
Rating 5.00/5 Total 4 Ratings
Developer margaretafossb70
Email [email protected]
Payment Type free
Privacy Policy Page URL https://extensiondock.com/privacy
Supported Languages id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "version": "1.0.0"
}