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是由NokibRokes開發的Chrome擴展程式,該擴展的主要功能是“A simple tool to make the website live every time! Refresh your pages with selected time interval.”。

擴展截圖

screenshot
screenshot

下載Simple Auto Refresher擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}