Auto Reload Page
Simple Auto Reload Page
Hvad er Auto Reload Page?
Auto Reload Page er en Chrome-udvidelse udviklet af http://w3bd.com, og dens hovedfunktion er "Simple Auto Reload Page".
Udvidelsesskærmbilleder
Download Auto Reload Page-udvidelses-CRX-fil
Download Auto Reload Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aemgckpcnlnooaejngagoeknjjcpcgfh |
Officiel URL | https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh |
Beskrivelse | Simple Auto Reload Page |
Filstørrelse | 38.29 KB |
Antal Installationer | 785 |
Nuværende Version | 1.3 |
Senest Opdateret | 2015-11-13 |
Udgivelsesdato | 2015-11-13 |
Bedømmelse | 3.81/5 Samlet 16 Bedømmelser |
Udvikler | http://w3bd.com |
Betalingsmetode | free |
Understøttede Sprog | 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", " |