WordPress Theme Detector and Plugin Detector

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

WordPress Theme Detector and Plugin Detector란 무엇입니까?

WordPress Theme Detector and Plugin Detector은(는) themesinfo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WordPress Theme Detector and Plugin Detector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WordPress Theme Detector and Plugin Detector WordPress Theme Detector and Plugin Detector
ID bjccepbfbikbpbgillfgicihhmpmjbjd
공식 URL https://chromewebstore.google.com/detail/wordpress-theme-detector/bjccepbfbikbpbgillfgicihhmpmjbjd
설명 WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.
파일 크기 90.44 KB
설치 횟수 92,704
현재 버전 2.0
최근 업데이트 2021-07-10
출시 날짜 2020-05-27
평점 4.25/5 총 40 개의 평점
개발자 themesinfo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://themesinfo.com
도움말 페이지 URL https://themesinfo.com/contact
개인정보 보호 정책 페이지 URL https://themesinfo.com/privacy
지원되는 언어 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"
}