SiteDelta Watch
Regularly monitors a website for changes
What is SiteDelta Watch?
SiteDelta Watch is a Chrome extension developed by Andreas Schierl, and its main feature is "Regularly monitors a website for changes".
Extension Screenshots
Download SiteDelta Watch Extension CRX File
Download SiteDelta Watch 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
This extension adds a small Delta icon to your browser toolbar. When you click onto it, it allows to enable watching the current page, and will then inform you whenever the watched page is updated. For changed pages, it highlights the changes made to the page and allows to cycle through the changes. Additionally, you can add scan or ignore regions to define which parts of the page you are interested in. If you only want to know if a page changed when you visit or manually check it, try SiteDelta Highlight, which works better on pages that use JavaScript. Of course, you can also install both extensions at the same time.
Extension Basic Information
Name | SiteDelta Watch |
ID | bkpoemflpiempcejpkoifiaklcjfkbak |
Official URL | https://chromewebstore.google.com/detail/sitedelta-watch/bkpoemflpiempcejpkoifiaklcjfkbak |
Description | Regularly monitors a website for changes |
File Size | 257 KB |
Installation Count | 713 |
Current Version | 0.30.7 |
Last Updated | 2023-06-07 |
Publish Date | 2020-05-03 |
Rating | 4.00/5 Total 13 Ratings |
Developer | Andreas Schierl |
[email protected] | |
Payment Type | free |
Extension Website | http://sitedelta.schierla.de |
Privacy Policy Page URL | https://sitedelta.schierla.de/privacy.en.php |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_watchExtensionName__", "version": "0.30.7", "default_locale": "en", "description": "__MSG_watchExtensionDescription__", "icons": { "16": "icons\/watch-16.png", "24": "icons\/watch-24.png", "32": "icons\/watch-32.png", "48": "icons\/watch-48.png", "64": "icons\/watch-64.png" }, "permissions": [ "notifications", "activeTab", "storage", "unlimitedStorage", "alarms", "scripting" ], "host_permissions": [ " |