Library Sniffer
Sniff web framework and javascript libraries run on browsing website.
Wat is Library Sniffer?
Library Sniffer is een Chrome-extensie ontwikkeld door https://justjavac.com, en de belangrijkste functie is "Sniff web framework and javascript libraries run on browsing website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Library Sniffer
Download Library Sniffer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Library Sniffer |
ID | fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
Officiële URL | https://chromewebstore.google.com/detail/library-sniffer/fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
Beschrijving | Sniff web framework and javascript libraries run on browsing website. |
Bestandsgrootte | 533 KB |
Aantal Installaties | 33,292 |
Huidige Versie | 2.9.1 |
Laatst Bijgewerkt | 2020-07-24 |
Publicatiedatum | 2018-09-07 |
Beoordeling | 4.30/5 Totaal 98 Beoordelingen |
Ontwikkelaar | https://justjavac.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/justjavac/ChromeSnifferPlus |
Help Pagina-URL | https://github.com/justjavac/ChromeSnifferPlus |
Ondersteunde Talen | 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" ] } |