Refreshy
Refresh your websites when you want and how you want! 100% Free!
Was ist Refreshy?
Refreshy ist eine Chrome-Erweiterung, die von dinobpublishing entwickelt wurde, und ihr Hauptmerkmal ist "Refresh your websites when you want and how you want! 100% Free!".
Erweiterungsscreenshots
Refreshy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Refreshy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! =) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lppedmgppdjcmcomnecmhclomnleknnh |
| Offizielle URL | https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh |
| Beschreibung | Refresh your websites when you want and how you want! 100% Free! |
| Dateigröße | 1.64 MB |
| Installationsanzahl | 605 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-05-18 |
| Veröffentlichungsdatum | 2021-05-18 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | dinobpublishing |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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:\/\/*\/"
]
} | |