Free Auto Refresh
Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.
Qu'est-ce que Free Auto Refresh ?
Free Auto Refresh est une extension Chrome développée par http://www.timefly.cn, et sa fonction principale est "Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Free Auto Refresh
Téléchargez les fichiers d'extension Free Auto Refresh 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
Use this extension, you can: 1. Auto refresh page within specific seconds. 2. Auto stop refreshing when some text or some element appears in the page. 3. Show countdow on the icon or on the page. 4. Auto start task at specific time of today. 5. Start count down when dom ready or all resources finish loading. 6. Notify you when task auto stop or start at the specific time. 7. Off/On Hard refresh(without cache). 8. Now if you want to refresh without interval, you can set interval to zero. Email:[email protected]
Informations de Base sur l'Extension
Nom | |
ID | lfkfikiejjfhpfbpgfolfkkdjpepmkal |
URL Officiel | https://chrome.google.com/webstore/detail/free-auto-refresh/lfkfikiejjfhpfbpgfolfkkdjpepmkal |
Description | Helps you refresh your web page with lots of awesome features. It is 100% free and no ads. |
Taille du Fichier | 88.88 KB |
Nombre d'Installations | 40,000 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2021-11-23 |
Date de Publication | 2020-09-17 |
Évaluation | 4.18/5 Total 72 Évaluations |
Développeur | http://www.timefly.cn |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.timefly.cn/free-auto-refresh |
URL de la Page d'Aide | https://www.timefly.cn/free-auto-refresh |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "Auto Refresh", "version": "1.1.1", "author": "[email protected]", "default_locale": "en", "icons": { "64": "image\/icon64.png", "128": "image\/icon128.png" }, "action": { "default_icon": { "64": "image\/icon64.png", "128": "image\/icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "css\/style.css" ], "js": [ "content.js" ] } ], "homepage_url": "https:\/\/www.timefly.cn\/free-auto-refresh", "options_page": "options.html", "background": { "service_worker": "service_worker.js" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "browsingData", "notifications" ] } |