Page Refresher

Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!

什麼是Page Refresher?

Page Refresher是由https://illutex.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!”。

擴展截圖

screenshot

下載Page Refresher擴展crx文件

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

擴展使用說明

                        Need to automatically reload web pages? 
Tired clicking 'Reload' in your browser?
Forgetting refresh pages?

Page Refresher - is all you need! Just open page, select the time and relax :)
You can see the remaining time to reload on Page Refresher's icon in every tab.

And the main advantage to add this extension: THERE'S NO SPAM, NO ADS, NO FISHING.
Everything is simple, everything is clear.                    

擴展基本資訊

名稱 Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
官方網址 https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
簡介 Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
檔案大小 211 KB
安裝次數 2,933
目前版本 2.0.1
更新時間 2021-08-09
上架時間 2021-08-08
評分 4.00/5 共 14 次評分
開發者 https://illutex.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://illutex.com/
說明頁面URL http://illutex.com/chat
支援的語言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Refresher",
    "version": "2.0.1",
    "default_locale": "en",
    "description": "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/products\/pageRefresher",
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "activeTab",
        "background"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Auto Reload Options",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}