Auto Reload Page
Simple Auto Reload Page
Wat is Auto Reload Page?
Auto Reload Page is een Chrome-extensie ontwikkeld door http://w3bd.com, en de belangrijkste functie is "Simple Auto Reload Page".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Reload Page
Download Auto Reload Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aemgckpcnlnooaejngagoeknjjcpcgfh |
Officiële URL | https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh |
Beschrijving | Simple Auto Reload Page |
Bestandsgrootte | 38.29 KB |
Aantal Installaties | 785 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-11-13 |
Publicatiedatum | 2015-11-13 |
Beoordeling | 3.81/5 Totaal 16 Beoordelingen |
Ontwikkelaar | http://w3bd.com |
Betalingswijze | free |
Ondersteunde Talen | 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", " |