WordPress Theme Detector and Plugin Detector

WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.

¿Qué es WordPress Theme Detector and Plugin Detector?

WordPress Theme Detector and Plugin Detector es una extensión de Chrome desarrollada por themesinfo.com, y su función principal es "WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión WordPress Theme Detector and Plugin Detector

Descarga archivos de extensión WordPress Theme Detector and Plugin Detector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Free WordPress Theme Detector can detect the installed WordPress themes and WordPress plugins on the website you are currently viewing.

This extension is extremely fast because it does not use your browser performance. For detecting purpose, we use only our very fast server-side API.

If you are viewing a WordPress site, the extension icon turns blue, if the current website doesn’t have WordPress, the extension icon will turn grey.                    

Información Básica de la Extensión

Nombre WordPress Theme Detector and Plugin Detector WordPress Theme Detector and Plugin Detector
ID bjccepbfbikbpbgillfgicihhmpmjbjd
URL Oficial https://chromewebstore.google.com/detail/wordpress-theme-detector/bjccepbfbikbpbgillfgicihhmpmjbjd
Descripción WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.
Tamaño del Archivo 90.44 KB
Cantidad de Instalaciones 92,704
Versión Actual 2.0
Última Actualización 2021-07-10
Fecha de Publicación 2020-05-27
Calificación 4.25/5 Total de 40 Calificaciones
Desarrollador themesinfo.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://themesinfo.com
URL de la Página de Ayuda https://themesinfo.com/contact
URL de la Página de Política de Privacidad https://themesinfo.com/privacy
Idiomas Soportados en
manifest.json
{
    "name": "WordPress Theme Detector and Plugin Detector",
    "description": "WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.",
    "homepage_url": "https:\/\/themesinfo.com",
    "version": "2.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/api.themesinfo.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-none.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmSKWMUD4ePsbmh4BRE8BKxzQT9yDURF88tZRSS17JqjovCpYYk8vm4EUPHBNtd\/faihrAcfhZ7XhmNc632KTROJDyDP\/uWfnwR+swfPKD0MsXeQSiV0ZGeEFfT4Edyfv4tTj\/IWavxuQGqBFvFUnfCTtzXgxnhCZNIYLvwzlmRdY1\/48KoPOEamCb5rURSD\/iUApAGUDpcbNgeGlUb0n2UW0p+oG8UFBZY3TbkFMW2vIadoS684raFM9WXZsRHOb0PzLMmEQxotQZjfkRFaBeX0LZ6fPAQIma60czzHr7xxc+o9oeX5bzeXsivWm8ZQhk5KW1fmzNr+gJ27NYAPhzQIDAQAB"
}