Chrome Watcher

Chrome watcher is a website watcher for chrome.

O que é Chrome Watcher?

Chrome Watcher é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Chrome watcher is a website watcher for chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome Watcher

Baixe arquivos de extensão Chrome Watcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Chrome Watcher Chrome Watcher
ID hohdamhhecpldfefggjafbjnbbmcalgn
URL Oficial https://chromewebstore.google.com/detail/chrome-watcher/hohdamhhecpldfefggjafbjnbbmcalgn
Descrição Chrome watcher is a website watcher for chrome.
Tamanho do Arquivo 49.48 KB
Contagem de Instalações 100
Versão Atual 0.1.0
Última Atualização 2019-08-27
Data de Publicação 2019-08-25
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}