Library Sniffer
Sniff web framework and javascript libraries run on browsing website.
Library Sniffer क्या है?
Library Sniffer https://justjavac.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sniff web framework and javascript libraries run on browsing website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Library Sniffer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LibrarySniffer is a web technology detection tool that detects which JavaScript libraries or frameworks are being used on the web page currently being viewed. With LibrarySniffer you can detect web pages, frameworks, third-party services, server technologies and more.
एक्सटेंशन की मूल जानकारी
नाम | Library Sniffer |
ID | fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/library-sniffer/fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
विवरण | Sniff web framework and javascript libraries run on browsing website. |
फ़ाइल का आकार | 533 KB |
स्थापना संख्या | 33,292 |
वर्तमान संस्करण | 2.9.1 |
अंतिम अपडेट | 2020-07-24 |
प्रकाशन तिथि | 2018-09-07 |
रेटिंग | 4.30/5 कुल 98 रेटिंग्स |
डेवलपर | https://justjavac.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/justjavac/ChromeSnifferPlus |
सहायता पृष्ठ URL | https://github.com/justjavac/ChromeSnifferPlus |
समर्थित भाषाएँ | en,fr,pt-BR,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "icons": { "48": "icon48.png", "128": "icon128.png" }, "short_name": "__MSG_extShortName__", "manifest_version": 2, "version": "2.9.1", "description": "__MSG_extDesc__", "default_locale": "en", "background": { "page": "background.html" }, "options_page": "option.html", "page_action": { "default_icon": "icon.png", "default_title": "__MSG_pageActionTitle__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/main.js" ] } ], "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "js\/detector.js" ] } |