Refreshy

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

ما هو Refreshy؟

Refreshy هو إضافة Chrome تم تطويرها بواسطة dinobpublishing، والميزة الرئيسية لها هي "Refresh your websites when you want and how you want! 100% Free!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Refreshy

قم بتنزيل ملفات الامتداد Refreshy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/"
    ]
}