Auto Reload Page
Simple Auto Reload Page
什麼是Auto Reload Page?
Auto Reload Page是由http://w3bd.com開發的Chrome擴展程式,該擴展的主要功能是“Simple Auto Reload Page”。
擴展截圖
下載Auto Reload Page擴展crx文件
下載Auto Reload Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | aemgckpcnlnooaejngagoeknjjcpcgfh |
官方網址 | https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh |
簡介 | Simple Auto Reload Page |
檔案大小 | 38.29 KB |
安裝次數 | 785 |
目前版本 | 1.3 |
更新時間 | 2015-11-13 |
上架時間 | 2015-11-13 |
評分 | 3.81/5 共 16 次評分 |
開發者 | http://w3bd.com |
付費類型 | free |
支援的語言 | 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", " |