WP Detect
Detect WP Plugins and themes
Что такое WP Detect?
WP Detect - это расширение Chrome, разработанное Offcon Info Security, и его основная функция - "Detect WP Plugins and themes".
Снимки экрана расширения
Скачать файл CRX расширения WP Detect
Скачайте файлы расширений WP Detect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Chrome Extension will check for the themes and plugin on the current webpage. Основная информация о расширении
| Название | |
| ID | jdfohafahkdilhehnefganaoechoejng |
| Официальный URL | https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng |
| Описание | Detect WP Plugins and themes |
| Размер файла | 55 KB |
| Количество установок | 844 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2013-08-07 |
| Дата публикации | 2013-08-07 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Offcon Info Security |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |