Random Refresh

Refresh page randomly in time range

Random Refreshคืออะไร?

Random Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M.Ahmed และคุณลักษณะหลักของมันคือ "Refresh page randomly in time range"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Refresh

ดาวน์โหลดไฟล์ส่วนขยาย Random Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Reload your page and refresh in simplest way.
Random Refresh tool allow you to refresh your desired web page in a time range,
The page will auto refresh and you can also set up multiple tabs simultaneously .                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Random Refresh Random Refresh
ID phedidfeicjpoomnhnfocgmbhliemjgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-refresh/phedidfeicjpoomnhnfocgmbhliemjgn
คำอธิบาย Refresh page randomly in time range
ขนาดไฟล์ 174 KB
จำนวนการติดตั้ง 4,031
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2023-09-07
วันที่เผยแพร่ 2020-09-14
คะแนน 4.45/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา M.Ahmed
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random Refresh",
    "description": "Refresh page randomly in time range",
    "version": "1.1.5",
    "icons": {
        "128": "images\/logos\/logo-128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "images\/logos\/logo.png",
        "default_popup": "popup.html"
    }
}