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