Chrome Watcher

Chrome watcher is a website watcher for chrome.

Cos'è Chrome Watcher?

Chrome Watcher è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Chrome watcher is a website watcher for chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome Watcher

Scarica i file di estensione Chrome Watcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome Watcher Chrome Watcher
ID hohdamhhecpldfefggjafbjnbbmcalgn
URL Ufficiale https://chromewebstore.google.com/detail/chrome-watcher/hohdamhhecpldfefggjafbjnbbmcalgn
Descrizione Chrome watcher is a website watcher for chrome.
Dimensione del File 49.48 KB
Conteggio Installazioni 100
Versione Corrente 0.1.0
Ultimo Aggiornamento 2019-08-27
Data di Pubblicazione 2019-08-25
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}