TechsFound

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

什麼是TechsFound?

TechsFound是由https://techsfound.com開發的Chrome擴展程式,該擴展的主要功能是“Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載TechsFound擴展crx文件

下載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
官方網址 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'"
}