Random Refresh

Refresh page randomly in time range

Random Refreshとは何ですか?

Random RefreshはM.Ahmedによって開発されたChromeの拡張機能で、その主な機能は「Refresh page randomly in time range」です。

拡張機能のスクリーンショット

screenshot
screenshot

Random Refresh拡張機能のCRXファイルをダウンロード

Random Refresh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Reload your page and refresh in simplest way.
Random Refresh tool allow you to refresh your desired web page in a time range,
The page will auto refresh and you can also set up multiple tabs simultaneously .                    

拡張機能の基本情報

名前 Random Refresh Random Refresh
ID phedidfeicjpoomnhnfocgmbhliemjgn
公式URL https://chromewebstore.google.com/detail/random-refresh/phedidfeicjpoomnhnfocgmbhliemjgn
説明 Refresh page randomly in time range
ファイルサイズ 174 KB
インストール数 4,031
現在のバージョン 1.1.5
最終更新日 2023-09-07
公開日 2020-09-14
評価 4.45/5 合計 22 レビュー
開発者 M.Ahmed
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random Refresh",
    "description": "Refresh page randomly in time range",
    "version": "1.1.5",
    "icons": {
        "128": "images\/logos\/logo-128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "images\/logos\/logo.png",
        "default_popup": "popup.html"
    }
}