Library Sniffer
Sniff web framework and javascript libraries run on browsing website.
O que é Library Sniffer?
Library Sniffer é uma extensão do Chrome desenvolvida por https://justjavac.com, e sua principal característica é "Sniff web framework and javascript libraries run on browsing website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Library Sniffer
Baixe arquivos de extensão Library Sniffer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Library Sniffer |
ID | fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
URL Oficial | https://chromewebstore.google.com/detail/library-sniffer/fhhdlnnepfjhlhilgmeepgkhjmhhhjkh |
Descrição | Sniff web framework and javascript libraries run on browsing website. |
Tamanho do Arquivo | 533 KB |
Contagem de Instalações | 33,292 |
Versão Atual | 2.9.1 |
Última Atualização | 2020-07-24 |
Data de Publicação | 2018-09-07 |
Classificação | 4.30/5 Total de 98 Avaliações |
Desenvolvedor | https://justjavac.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/justjavac/ChromeSnifferPlus |
URL da Página de Ajuda | https://github.com/justjavac/ChromeSnifferPlus |
Idiomas Suportados | 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" ] } |