Library Sniffer
Sniff web framework and javascript libraries run on browsing website.
Cos'è Library Sniffer?
Library Sniffer è un'estensione di Chrome sviluppata da https://justjavac.com, e la sua funzione principale è "Sniff web framework and javascript libraries run on browsing website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Library Sniffer
Scarica i file di estensione Library Sniffer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Library Sniffer |
ID | fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
URL Ufficiale | https://chromewebstore.google.com/detail/library-sniffer/fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
Descrizione | Sniff web framework and javascript libraries run on browsing website. |
Dimensione del File | 533 KB |
Conteggio Installazioni | 33,292 |
Versione Corrente | 2.9.1 |
Ultimo Aggiornamento | 2020-07-24 |
Data di Pubblicazione | 2018-09-07 |
Valutazione | 4.30/5 Totale 98 Valutazioni |
Sviluppatore | https://justjavac.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/justjavac/ChromeSnifferPlus |
URL della Pagina di Aiuto | https://github.com/justjavac/ChromeSnifferPlus |
Lingue Supportate | 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" ] } |