Easy Auto Refresh FREE - random interval
Set the interval in seconds and autorefresher will reload the page with random timing!
Easy Auto Refresh FREE - random intervalとは何ですか?
Easy Auto Refresh FREE - random intervalはolenadubovによって開発されたChromeの拡張機能で、その主な機能は「Set the interval in seconds and autorefresher will reload the page with random timing!」です。
拡張機能のスクリーンショット
Easy Auto Refresh FREE - random interval拡張機能のCRXファイルをダウンロード
Easy Auto Refresh FREE - random interval拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Easy Auto Refresh FREE - random interval" - small extention with a few options. Auto-refresh and auto-reload pages after any number of seconds. It automatically reloads web pages after any number of seconds you set in settings. Easy to use it: * Click on icon * Set your number of second (the same one or different if you want random delay). * Click "START" to activate * Click "STOP" to pause Very small and easy extension that will help you to save your time and money!!
拡張機能の基本情報
名前 | |
ID | fpkcbidfblkfoindobfbekfdmjadkoid |
公式URL | https://chrome.google.com/webstore/detail/easy-auto-refresh-free-ra/fpkcbidfblkfoindobfbekfdmjadkoid |
説明 | Set the interval in seconds and autorefresher will reload the page with random timing! |
ファイルサイズ | 79.08 KB |
インストール数 | 6,000 |
現在のバージョン | 1.2 |
最終更新日 | 2021-06-21 |
公開日 | 2021-01-01 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | olenadubov |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.extensionsforweb.com/privacy |
対応言語 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/www.extensionsforweb.com\/", "icons": { "128": "images\/easy-auto-refresh-128x128.png", "48": "images\/easy-auto-refresh-48x48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "page_action": { "default_icon": { "38": "images\/refresh-off-38.png" }, "default_popup": "popup.html", "default_title": "Auto Refresh FREE" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |