Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

Auto Refresh Page क्या है?

Auto Refresh Page ProfileVisitor.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Refresh Page is the extension to refresh a page on regular intervals"।

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

screenshot

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

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

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

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

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

नाम Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
आधिकारिक URL https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
विवरण Auto Refresh Page is the extension to refresh a page on regular intervals
फ़ाइल का आकार 201 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2018-01-31
प्रकाशन तिथि 2018-01-31
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर ProfileVisitor.co
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}