Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Vad är Auto Refresh Page?
Auto Refresh Page är en Chrome-tillägg utvecklad av Page Refresh, och dess huvudfunktion är "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".
Tilläggsskärmbilder
Ladda ner Auto Refresh Page-förlängningens CRX-fil
Ladda ner Auto Refresh Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Page Auto Refresher is a simple and easy web page refresher. It lets you concentrate on other tasks. Upgrade your business performance!
Grundläggande Information om Tillägg
Namn | Auto Refresh Page |
ID | llfpaibekbngemphkhllbbffpgopboec |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
Beskrivning | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
Filstorlek | 7.94 KB |
Antal Installationer | 1,139 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2023-07-02 |
Publiceringsdatum | 2020-12-08 |
Betyg | 2.75/5 Totalt 4 Betyg |
Utvecklare | Page Refresh |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/extensions-privacy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh Page", "version": "2.0", "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.", "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |