FindSomething

在网页的源代码或js中找到一些有趣的东西

FindSomethingคืออะไร?

FindSomething เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ResidualLaugh และคุณลักษณะหลักของมันคือ "在网页的源代码或js中找到一些有趣的东西"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FindSomething

ดาวน์โหลดไฟล์ส่วนขยาย FindSomething ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        该工具用于快速在网页的html源码或js代码中提取一些有趣的信息,包括可能请求的资源、接口的url,可能请求的ip和域名,泄漏的证件号、手机号、邮箱等信息。欢迎一起交流,微信canxiao_xiao
功能变更详情文档:https://github.com/ResidualLaugh/FindSomething/blob/master/CHANGELOG.md                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FindSomething 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"
    }
}