WP Detect
Detect WP Plugins and themes
Wat is WP Detect?
WP Detect is een Chrome-extensie ontwikkeld door Offcon Info Security, en de belangrijkste functie is "Detect WP Plugins and themes".
Extensie Screenshots
Download het CRX-bestand van de extensie WP Detect
Download WP Detect-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
This Chrome Extension will check for the themes and plugin on the current webpage. Basisinformatie over de Extensie
| Naam | |
| ID | jdfohafahkdilhehnefganaoechoejng |
| Officiële URL | https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng |
| Beschrijving | Detect WP Plugins and themes |
| Bestandsgrootte | 55 KB |
| Aantal Installaties | 844 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2013-08-07 |
| Publicatiedatum | 2013-08-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Offcon Info Security |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WP Detect",
"version": "1.0",
"description": "Detect WP Plugins and themes",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"js": [
"\/js\/jquery.js",
"\/js\/script.js"
],
"run_at": "document_start",
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"browser_action": {
"default_icon": "img\/icon-128.png",
"default_title": "WP Detect",
"default_popup": "html\/popup.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"128": "img\/icon-128.png"
}
} | |