TechsFound

Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies

TechsFoundคืออะไร?

TechsFound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://techsfound.com และคุณลักษณะหลักของมันคือ "Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension help you to identify running technologies on website. 

It identifies different web technologies, Page Loading time, SSL Details, Website IP Address, List cookies, Wordpress plugins and themes.                    

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

ชื่อ TechsFound TechsFound
ID anbcbibcejpgaohknmjoikdepodjfiac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/techsfound/anbcbibcejpgaohknmjoikdepodjfiac
คำอธิบาย Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies
ขนาดไฟล์ 5.5 MB
จำนวนการติดตั้ง 567
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2021-05-24
วันที่เผยแพร่ 2021-01-10
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://techsfound.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.techsfound.com
URL หน้าช่วยเหลือ https://www.techsfound.com
URL หน้านโยบายความเป็นส่วนตัว https://www.techsfound.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TechsFound",
    "description": "Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies",
    "version": "2.0.2",
    "default_locale": "en",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "72": "images\/Icon-72.png",
        "152": "images\/Icon-152.png"
    },
    "browser_action": {
        "default_title": "TechsFound",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/techsfound.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/performance.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}