Auto Reload Page
Simple Auto Reload Page
Cos'è Auto Reload Page?
Auto Reload Page è un'estensione di Chrome sviluppata da http://w3bd.com, e la sua funzione principale è "Simple Auto Reload Page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Reload Page
Scarica i file di estensione Auto Reload Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension is for reload any webpage/website with every few second/minutes. This is very simple and light weight extension. Usage of this extension: If you are a developer, this extension would help you much. 1. You could scrap data continue from a website with this extension. 2. You could increase your website hit/click/visit with this extension. 3. For any website schedule work.
Informazioni di Base sull'Estensione
Nome | |
ID | aemgckpcnlnooaejngagoeknjjcpcgfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh |
Descrizione | Simple Auto Reload Page |
Dimensione del File | 38.29 KB |
Conteggio Installazioni | 785 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-11-13 |
Data di Pubblicazione | 2015-11-13 |
Valutazione | 3.81/5 Totale 16 Valutazioni |
Sviluppatore | http://w3bd.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reload Page", "description": "Simple Auto Reload Page", "version": "1.3", "short_name": "Auto Reload", "browser_action": { "default_icon": "icon38.png", "name": "Auto Reload Page", "title": "Auto Reload Page", "default_popup": "popup.html" }, "homepage_url": "http:\/\/w3bd.com", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "rh.js" ] } ], "permissions": [ "storage", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "browsingData", " |