Custom Auto Refresh
A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Custom Auto Refresh क्या है?
Custom Auto Refresh VastBlast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Auto Refresh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need. Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.
एक्सटेंशन की मूल जानकारी
नाम | Custom Auto Refresh |
ID | hefmpdieencodgfnoecpichojkglajkb |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb |
विवरण | A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval. |
फ़ाइल का आकार | 112 KB |
स्थापना संख्या | 3,315 |
वर्तमान संस्करण | 2.3.2 |
अंतिम अपडेट | 2023-10-10 |
प्रकाशन तिथि | 2021-01-12 |
रेटिंग | 4.78/5 कुल 18 रेटिंग्स |
डेवलपर | VastBlast |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/VastBlast/ChromeAutoRefresh |
सहायता पृष्ठ URL | https://nitestats.com/contact |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Auto Refresh", "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.", "version": "2.3.2", "icons": { "48": ".\/icons\/icon-inactive.png" }, "background": { "service_worker": ".\/scripts\/background.js" }, "action": { "default_icon": ".\/icons\/icon-inactive.png", "default_popup": ".\/main\/index.html" }, "host_permissions": [ " |