Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Auto Refresh Page क्या है?
Auto Refresh Page Page Refresh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Refresh Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Page Auto Refresher is a simple and easy web page refresher. It lets you concentrate on other tasks. Upgrade your business performance!
एक्सटेंशन की मूल जानकारी
नाम | Auto Refresh Page |
ID | llfpaibekbngemphkhllbbffpgopboec |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
विवरण | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
फ़ाइल का आकार | 7.94 KB |
स्थापना संख्या | 1,139 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-07-02 |
प्रकाशन तिथि | 2020-12-08 |
रेटिंग | 2.75/5 कुल 4 रेटिंग्स |
डेवलपर | Page Refresh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/extensions-privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh Page", "version": "2.0", "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.", "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |