WebDataStats — CMS Сhecker
Easy and fast site engine identification.
Cos'è WebDataStats — CMS Сhecker?
WebDataStats — CMS Сhecker è un'estensione di Chrome sviluppata da https://webdatastats.com, e la sua funzione principale è "Easy and fast site engine identification.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebDataStats — CMS Сhecker
Scarica i file di estensione WebDataStats — CMS Сhecker 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
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.
Informazioni di Base sull'Estensione
Nome | WebDataStats — CMS Сhecker |
ID | dohmaicfbdhjjhhidjhpcgikpalomncn |
URL Ufficiale | https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn |
Descrizione | Easy and fast site engine identification. |
Dimensione del File | 50.82 KB |
Conteggio Installazioni | 1,087 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-11-19 |
Data di Pubblicazione | 2020-07-02 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://webdatastats.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webdatastats.com/ |
Lingue Supportate | 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\/" ] } |