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
公式URL 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
Eメール [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'"
}