WebDataStats — CMS Сhecker
Easy and fast site engine identification.
Wat is WebDataStats — CMS Сhecker?
WebDataStats — CMS Сhecker is een Chrome-extensie ontwikkeld door https://webdatastats.com, en de belangrijkste functie is "Easy and fast site engine identification.".
Extensie Screenshots
Download het CRX-bestand van de extensie WebDataStats — CMS Сhecker
Download WebDataStats — CMS Сhecker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WebDataStats — CMS Сhecker |
ID | dohmaicfbdhjjhhidjhpcgikpalomncn |
Officiële URL | https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn |
Beschrijving | Easy and fast site engine identification. |
Bestandsgrootte | 50.82 KB |
Aantal Installaties | 1,087 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-11-19 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://webdatastats.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://webdatastats.com/ |
Ondersteunde Talen | 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\/" ] } |