WebDataStats — CMS Сhecker
Easy and fast site engine identification.
Apa itu WebDataStats — CMS Сhecker?
WebDataStats — CMS Сhecker adalah ekstensi Chrome yang dikembangkan oleh https://webdatastats.com, dan fitur utamanya adalah "Easy and fast site engine identification.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebDataStats — CMS Сhecker
Unduh file ekstensi WebDataStats — CMS Сhecker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WebDataStats — CMS Сhecker |
ID | dohmaicfbdhjjhhidjhpcgikpalomncn |
URL Resmi | https://chromewebstore.google.com/detail/webdatastats-%E2%80%94-cms-%D1%81hecke/dohmaicfbdhjjhhidjhpcgikpalomncn |
Deskripsi | Easy and fast site engine identification. |
Ukuran File | 50.82 KB |
Jumlah Instalasi | 1,087 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-11-19 |
Tanggal Publikasi | 2020-07-02 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://webdatastats.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://webdatastats.com/ |
Bahasa yang Didukung | 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\/" ] } |