FindSomething
在网页的源代码或js中找到一些有趣的东西
Wat is FindSomething?
FindSomething is een Chrome-extensie ontwikkeld door ResidualLaugh, en de belangrijkste functie is "在网页的源代码或js中找到一些有趣的东西".
Extensie Screenshots
Download het CRX-bestand van de extensie FindSomething
Download FindSomething-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
该工具用于快速在网页的html源码或js代码中提取一些有趣的信息,包括可能请求的资源、接口的url,可能请求的ip和域名,泄漏的证件号、手机号、邮箱等信息。欢迎一起交流,微信canxiao_xiao 功能变更详情文档:https://github.com/ResidualLaugh/FindSomething/blob/master/CHANGELOG.md
Basisinformatie over de Extensie
Naam | FindSomething |
ID | kfhniponecokdefffkpagipffdefeldb |
Officiële URL | https://chromewebstore.google.com/detail/findsomething/kfhniponecokdefffkpagipffdefeldb |
Beschrijving | 在网页的源代码或js中找到一些有趣的东西 |
Bestandsgrootte | 489 KB |
Aantal Installaties | 15,238 |
Huidige Versie | 2.0.17 |
Laatst Bijgewerkt | 2024-01-17 |
Publicatiedatum | 2021-09-05 |
Beoordeling | 4.93/5 Totaal 27 Beoordelingen |
Ontwikkelaar | ResidualLaugh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ResidualLaugh/FindSomething |
Ondersteunde Talen | 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" } } |