Super Simple Auto Refresh

Multi reload pages and search text by random interval or by ready presets

Super Simple Auto Refreshคืออะไร?

Super Simple Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sylaevartem77 และคุณลักษณะหลักของมันคือ "Multi reload pages and search text by random interval or by ready presets"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Super Simple Auto Refresh is a simple and easy-to-use Chrome extension that allows you to automatically reload and refresh webpages. With customizable time intervals, it's the simplest way to stay updated without manually refreshing the page.
Often need to auto-refresh or auto-reload a web page to look for updates? Tired of clicking the F5 button to auto-reload or auto-refresh a web page?

Let Super Simple Auto Refresh do the dirty work. Finally, an extension that is super simple to use and super easy to set up for you to auto-refresh and auto-reload a website!

With Super Simple Auto Refresh, you just need to pick an auto-refresh or auto-reload time interval or random interval to start auto-refreshing the website. You can also define a customized auto-refresh and auto-reload time interval too!

It has real-time icon updates for the countdown timer during the auto-refresh process.

It is a simple Chrome extension that auto-refreshes and auto-reloads a web page automatically on a given time interval. There are lots of extensions that do the same thing, but Super Simple Auto Refresh is the most straightforward and easiest to use for auto-refresh and auto-reload while still allowing users for customization! You can have separate auto-refresh or auto-reload timers running for all of your tabs to auto-reload and auto-refresh.

Set your auto-reload and auto-refresh time by clicking the auto-refresh icon in the Chrome toolbar, setting the auto-refresh and auto-reload seconds, and hitting start. You can stop the auto-refresh and auto-refresh timer at any time by hitting the stop button.                    

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

ชื่อ Super Simple Auto Refresh Super Simple Auto Refresh
ID cnplnejkjchcnjebbfgbggdoieoedgkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/super-simple-auto-refresh/cnplnejkjchcnjebbfgbggdoieoedgkk
คำอธิบาย Multi reload pages and search text by random interval or by ready presets
ขนาดไฟล์ 90.94 KB
จำนวนการติดตั้ง 1,420
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-10-07
วันที่เผยแพร่ 2023-10-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sylaevartem77
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/supersimpleautorefresh/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Super Simple Auto Refresh",
    "description": "Multi reload pages and search text by random interval or by ready presets",
    "version": "1.0",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "icons\/reload16.png",
        "64": "icons\/reload64.png",
        "128": "icons\/reload128.png",
        "256": "icons\/reload256.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/reload16.png",
            "24": "icons\/reload24.png",
            "32": "icons\/reload32.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}