Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

Simple Auto Refresherคืออะไร?

Simple Auto Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NokibRokes และคุณลักษณะหลักของมันคือ "A simple tool to make the website live every time! Refresh your pages with selected time interval."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Auto Refresher

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

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

                        This simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

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

ชื่อ Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
คำอธิบาย A simple tool to make the website live every time! Refresh your pages with selected time interval.
ขนาดไฟล์ 28.77 KB
จำนวนการติดตั้ง 5,078
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-07-30
วันที่เผยแพร่ 2020-06-24
คะแนน 4.80/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา NokibRokes
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://nokibrokes.com
URL หน้าช่วยเหลือ https://nokibrokes.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}