WP Detect
Detect WP Plugins and themes
Co to jest WP Detect?
WP Detect to rozszerzenie Chrome opracowane przez Offcon Info Security, a jego główną funkcją jest „Detect WP Plugins and themes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WP Detect
Pobierz pliki rozszerzeń WP Detect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This Chrome Extension will check for the themes and plugin on the current webpage. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jdfohafahkdilhehnefganaoechoejng |
| Oficjalny URL | https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng |
| Opis | Detect WP Plugins and themes |
| Rozmiar pliku | 55 KB |
| Liczba instalacji | 844 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2013-08-07 |
| Data Publikacji | 2013-08-07 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Offcon Info Security |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |