FindSomething
在网页的源代码或js中找到一些有趣的东西
FindSomething란 무엇입니까?
FindSomething은(는) ResidualLaugh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在网页的源代码或js中找到一些有趣的东西"입니다.
확장 프로그램 스크린샷
FindSomething 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
该工具用于快速在网页的html源码或js代码中提取一些有趣的信息,包括可能请求的资源、接口的url,可能请求的ip和域名,泄漏的证件号、手机号、邮箱等信息。欢迎一起交流,微信canxiao_xiao 功能变更详情文档:https://github.com/ResidualLaugh/FindSomething/blob/master/CHANGELOG.md
확장 프로그램 기본 정보
이름 | FindSomething |
ID | kfhniponecokdefffkpagipffdefeldb |
공식 URL | https://chromewebstore.google.com/detail/findsomething/kfhniponecokdefffkpagipffdefeldb |
설명 | 在网页的源代码或js中找到一些有趣的东西 |
파일 크기 | 489 KB |
설치 횟수 | 15,238 |
현재 버전 | 2.0.17 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2021-09-05 |
평점 | 4.93/5 총 27 개의 평점 |
개발자 | ResidualLaugh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ResidualLaugh/FindSomething |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FindSomething", "version": "2.0.17", "manifest_version": 3, "description": "\u5728\u7f51\u9875\u7684\u6e90\u4ee3\u7801\u6216js\u4e2d\u627e\u5230\u4e00\u4e9b\u6709\u8da3\u7684\u4e1c\u897f", "permissions": [ "tabs", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_popup": "popup.html" } } |