Smart Auto Refresh

Smart auto refresh extension automatically refreshes web pages on a selected time interval

Smart Auto Refreshคืออะไร?

Smart Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://autorefresh.co และคุณลักษณะหลักของมันคือ "Smart auto refresh extension automatically refreshes web pages on a selected time interval"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Smart Auto refresh extension allows you to automatically refresh a page in a fix set interval of time. You can decide the time in which the selected page or multiple pages will reload automatically. You can also control the refresh start and off time using a start and stop button.

This Auto Refresh chrome extension is helpful for you where you need to refresh a page in a fix interval of time. You can also stop refreshing all tabs together by using a switch at the top of the pop up window.
It has following features
1	Set fix time for multiple tabs to refresh together.
2	Set different-different time to reload multiple tabs.
3	You can vary the reload time in minutes and seconds.
4	Stop all timers in one click.
5	You will not see confirmation box to reload the tab as this extension will lock those pop ups.

Recent Changes:
Version 2.1.7 (04-October-2023):
-Minor bug fixes
Version 2.1.0 (19-August-2022):
- New simple & easy to use UI
- Minor bugs fixed

Privacy and Ads:
By installing our extension, you are agreeing to our policies. We may show third-party non-personalized ads on a few sites. Rest assured, we do not collect any data from you, prioritizing your privacy. For more information, please visit our Privacy Policy (https://autorefresh.co/privacy-policy/)                    

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

ชื่อ Smart Auto Refresh Smart Auto Refresh
ID fkjngjgmgbfelejhbjblhjkehchifpcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-auto-refresh/fkjngjgmgbfelejhbjblhjkehchifpcj
คำอธิบาย Smart auto refresh extension automatically refreshes web pages on a selected time interval
ขนาดไฟล์ 447 KB
จำนวนการติดตั้ง 108,755
เวอร์ชันปัจจุบัน 2.1.7
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2021-06-13
คะแนน 4.79/5 รวมทั้งหมด 497 คะแนน
ผู้พัฒนา https://autorefresh.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://autorefresh.co/
URL หน้านโยบายความเป็นส่วนตัว https://autorefresh.co/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "2.1.7",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "icons\/icon-128.png"
        }
    }
}