WebDataStats — CMS Сhecker

Easy and fast site engine identification.

O que é WebDataStats — CMS Сhecker?

WebDataStats — CMS Сhecker é uma extensão do Chrome desenvolvida por https://webdatastats.com, e sua principal característica é "Easy and fast site engine identification.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WebDataStats — CMS Сhecker

Baixe arquivos de extensão WebDataStats — CMS Сhecker 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

                        Find out what engine a site is built with straight from your Google Chrome toolbar. 
A WebDataStats extension will help you detect the site CMS.

How it works:
1. Enter a website.
2. Click on the WebDataStats icon on the toolbar.
3. Wait for the result.
4. Click on the CMS name to visit its official site.
5. The result will be kept until the site is refreshed.                    

Informações Básicas da Extensão

Nome WebDataStats — CMS Сhecker WebDataStats — CMS Сhecker
ID dohmaicfbdhjjhhidjhpcgikpalomncn
URL Oficial https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn
Descrição Easy and fast site engine identification.
Tamanho do Arquivo 50.82 KB
Contagem de Instalações 1,087
Versão Atual 1.0.0
Última Atualização 2020-11-19
Data de Publicação 2020-07-02
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://webdatastats.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webdatastats.com/
Idiomas Suportados ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebDataStats \u2014 CMS \u0421hecker",
    "version": "1.0.0",
    "description": "Easy and fast site engine identification.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "WebDataStats \u2014 CMS \u0421hecker",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "author": "[email protected]",
    "homepage_url": "https:\/\/webdatastats.com",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/webdatastats.com\/"
    ]
}