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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/"
    ]
}