Easy auto refresher plus

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

Easy auto refresher plus क्या है?

Easy auto refresher plus margaretafossb70 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "【Quality】Intelligent auto refresh page tool with custom intervals."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy auto refresher plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Easy auto refresher plus Easy auto refresher plus
ID pbdhfeomafblhhgbfkbgmphfngpcmdke
आधिकारिक URL https://chromewebstore.google.com/detail/easy-auto-refresher-plus/pbdhfeomafblhhgbfkbgmphfngpcmdke
विवरण 【Quality】Intelligent auto refresh page tool with custom intervals.
फ़ाइल का आकार 119 KB
स्थापना संख्या 1,302
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-08-20
प्रकाशन तिथि 2022-08-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर margaretafossb70
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://extensiondock.com/privacy
समर्थित भाषाएँ 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"
}