WebDataStats — CMS Сhecker
Easy and fast site engine identification.
Qu'est-ce que WebDataStats — CMS Сhecker ?
WebDataStats — CMS Сhecker est une extension Chrome développée par https://webdatastats.com, et sa fonction principale est "Easy and fast site engine identification.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebDataStats — CMS Сhecker
Téléchargez les fichiers d'extension WebDataStats — CMS Сhecker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | WebDataStats — CMS Сhecker |
ID | dohmaicfbdhjjhhidjhpcgikpalomncn |
URL Officiel | https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn |
Description | Easy and fast site engine identification. |
Taille du Fichier | 50.82 KB |
Nombre d'Installations | 1,087 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-11-19 |
Date de Publication | 2020-07-02 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://webdatastats.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://webdatastats.com/ |
Langues Prises en Charge | 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\/" ] } |