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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WordPress Theme Detector and Plugin Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}