Chrome Watcher
Chrome watcher is a website watcher for chrome.
What is Chrome Watcher?
Chrome Watcher is a Chrome extension developed by Unknown, and its main feature is "Chrome watcher is a website watcher for chrome.".
Extension Screenshots
Download Chrome Watcher Extension CRX File
Download Chrome Watcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google chrome extension for watching website changes. Currently supports watching by - HTML ID - HTML Class - HTML Tag - Regex Pattern Currently only supports push time of 30 min. == Future support == Allow changing push time. If you have any additional requests, post it here or in our repo. (https://github.com/jame-sparker/chrome-watcher) Looking for additional developers.
Extension Basic Information
Name | |
ID | hohdamhhecpldfefggjafbjnbbmcalgn |
Official URL | https://chromewebstore.google.com/detail/chrome-watcher/hohdamhhecpldfefggjafbjnbbmcalgn |
Description | Chrome watcher is a website watcher for chrome. |
File Size | 49.48 KB |
Installation Count | 100 |
Current Version | 0.1.0 |
Last Updated | 2019-08-27 |
Publish Date | 2019-08-25 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Watcher", "version": "0.1.0", "description": "Chrome watcher is a website watcher for chrome.", "permissions": [ "storage", "alarms", "*:\/\/*\/", "tabs" ], "options_page": "options\/options.html", "background": { "scripts": [ "background\/interval-handler.js", "background\/request-manager.js", "background\/requestor.js", "background\/background.js", "background\/badge-manager.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/path16.png", "32": "images\/path32.png", "48": "images\/path48.png", "128": "images\/path128.png" } }, "icons": { "16": "images\/path16.png", "32": "images\/path32.png", "48": "images\/path48.png", "128": "images\/path128.png" }, "manifest_version": 2 } |