Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

什麼是Custom Auto Refresh?

Custom Auto Refresh是由VastBlast開發的Chrome擴展程式,該擴展的主要功能是“A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.”。

擴展截圖

screenshot
screenshot

下載Custom Auto Refresh擴展crx文件

下載Custom Auto Refresh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

擴展基本資訊

名稱 Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
官方網址 https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
簡介 A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
檔案大小 112 KB
安裝次數 3,315
目前版本 2.3.2
更新時間 2023-10-10
上架時間 2021-01-12
評分 4.78/5 共 18 次評分
開發者 VastBlast
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/VastBlast/ChromeAutoRefresh
說明頁面URL https://nitestats.com/contact
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}