Refreshy

Refresh your websites when you want and how you want! 100% Free!

Refreshy क्या है?

Refreshy dinobpublishing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh your websites when you want and how you want! 100% Free!"।

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

screenshot

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

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

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

                        Welcome to Refreshy!

What does Refreshy do:
========================
- Can refresh current tab you are on (even if you change tabs!)
- Can refresh specific tabs (pick 1, or many!).
- Can refresh all tabs.
- Can perform hard refreshes (to bypass cache).
- You set the time you want it to refresh.
- You can set a random refresh interval (so websites don't think you're a bot).

Refreshy does all of this for you...absolutely 100% FREE!
- No software locks.
- No subscriptions.
- Currently only accepting donations.

I like to make tools to help people. I hope Refreshy is a tool that can help you! =)                    

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

नाम Refreshy Refreshy
ID lppedmgppdjcmcomnecmhclomnleknnh
आधिकारिक URL https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh
विवरण Refresh your websites when you want and how you want! 100% Free!
फ़ाइल का आकार 1.64 MB
स्थापना संख्या 605
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-05-18
प्रकाशन तिथि 2021-05-18
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर dinobpublishing
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refreshy",
    "description": "Refresh your websites when you want and how you want! 100% Free!",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "icons": {
        "16": "assets\/refreshy16.png",
        "48": "assets\/refreshy48.png",
        "128": "assets\/refreshy128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}