Refreshy
Refresh your websites when you want and how you want! 100% Free!
Qu'est-ce que Refreshy ?
Refreshy est une extension Chrome développée par dinobpublishing, et sa fonction principale est "Refresh your websites when you want and how you want! 100% Free!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Refreshy
Téléchargez les fichiers d'extension Refreshy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! =)
Informations de Base sur l'Extension
Nom | Refreshy |
ID | lppedmgppdjcmcomnecmhclomnleknnh |
URL Officiel | https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh |
Description | Refresh your websites when you want and how you want! 100% Free! |
Taille du Fichier | 1.64 MB |
Nombre d'Installations | 605 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-05-18 |
Date de Publication | 2021-05-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | dinobpublishing |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/" ] } |