Page Monitor Pro

Stays in the background and monitors web pages for changes.

O que é Page Monitor Pro?

Page Monitor Pro é uma extensão do Chrome desenvolvida por My Extensions, e sua principal característica é "Stays in the background and monitors web pages for changes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Page Monitor Pro

Baixe arquivos de extensão Page Monitor Pro 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

                        With the free Pagemonitor Pro you can monitor any website content changes, like price monitor on shops or any other element on websites.

Page Monitor Pro is an open source fork of the original open source Page Monitor, which is now available under MIT License. We removed any tracking code and bloat by visualping and keep this extension maintained and under development. Page Monitor Pro is a free monitoring and website change detector to send you website change alerts.
OPEN SOURCE (https://opensource.org/licenses/MIT)

New features and design is currently in progress.

Want more?
Extensions: Distill / Sitedelta Web Content Monitor and Refresh Monkey and Wachete + Update Scanner for Firefox.
Software: Versionista, ChangeDetection, Alertbox and OnWebChange                    

Informações Básicas da Extensão

Nome Page Monitor Pro Page Monitor Pro
ID aggebfalegkdaebfdldpaolhmlalbakp
URL Oficial https://chromewebstore.google.com/detail/page-monitor-pro/aggebfalegkdaebfdldpaolhmlalbakp
Descrição Stays in the background and monitors web pages for changes.
Tamanho do Arquivo 330 KB
Contagem de Instalações 6,463
Versão Atual 3.4.3
Última Atualização 2019-04-16
Data de Publicação 2019-04-15
Classificação 2.98/5 Total de 52 Avaliações
Desenvolvedor My Extensions
Tipo de Pagamento free
Idiomas Suportados de,en,fr,tr,it,pt-BR,sr,ru,uk,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "3.4.3",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/extension_icon.png",
        "48": "img\/extension_icon.png",
        "32": "img\/extension_icon.png",
        "16": "img\/browser_icon.png"
    },
    "background": {
        "persistent": true,
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "browser_action": {
        "default_icon": "img\/browser_icon.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.htm"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "chrome:\/\/favicon\/",
        "unlimitedStorage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}