Refreshy
Refresh your websites when you want and how you want! 100% Free!
Refreshyとは何ですか?
Refreshyはdinobpublishingによって開発されたChromeの拡張機能で、その主な機能は「Refresh your websites when you want and how you want! 100% Free!」です。
拡張機能のスクリーンショット
Refreshy拡張機能のCRXファイルをダウンロード
Refreshy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Welcome to Refreshy! What does Refreshy do: ======================== - Can refresh current tab you are on (even if you change tabs!) - Can refresh specific tabs (pick 1, or many!). - Can refresh all tabs. - Can perform hard refreshes (to bypass cache). - You set the time you want it to refresh. - You can set a random refresh interval (so websites don't think you're a bot). Refreshy does all of this for you...absolutely 100% FREE! - No software locks. - No subscriptions. - Currently only accepting donations. I like to make tools to help people. I hope Refreshy is a tool that can help you! =)
拡張機能の基本情報
名前 | |
ID | lppedmgppdjcmcomnecmhclomnleknnh |
公式URL | https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh |
説明 | Refresh your websites when you want and how you want! 100% Free! |
ファイルサイズ | 1.64 MB |
インストール数 | 605 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-05-18 |
公開日 | 2021-05-18 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | dinobpublishing |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refreshy", "description": "Refresh your websites when you want and how you want! 100% Free!", "version": "1.0.0", "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "background.js", "runtime.js" ] }, "icons": { "16": "assets\/refreshy16.png", "48": "assets\/refreshy48.png", "128": "assets\/refreshy128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |