WebDataStats — CMS Сhecker

Easy and fast site engine identification.

Co to jest WebDataStats — CMS Сhecker?

WebDataStats — CMS Сhecker to rozszerzenie Chrome opracowane przez https://webdatastats.com, a jego główną funkcją jest „Easy and fast site engine identification.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia WebDataStats — CMS Сhecker

Pobierz pliki rozszerzeń WebDataStats — CMS Сhecker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WebDataStats — CMS Сhecker WebDataStats — CMS Сhecker
ID dohmaicfbdhjjhhidjhpcgikpalomncn
Oficjalny URL https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn
Opis Easy and fast site engine identification.
Rozmiar pliku 50.82 KB
Liczba instalacji 1,087
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-11-19
Data Publikacji 2020-07-02
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://webdatastats.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://webdatastats.com/
Obsługiwane Języki 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\/"
    ]
}