TechsFound

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

Was ist TechsFound?

TechsFound ist eine Chrome-Erweiterung, die von https://techsfound.com entwickelt wurde, und ihr Hauptmerkmal ist "Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TechsFound-Erweiterungs-CRX-Datei herunterladen

Laden Sie TechsFound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TechsFound TechsFound
ID anbcbibcejpgaohknmjoikdepodjfiac
Offizielle URL https://chromewebstore.google.com/detail/techsfound/anbcbibcejpgaohknmjoikdepodjfiac
Beschreibung Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies
Dateigröße 5.5 MB
Installationsanzahl 567
Aktuelle Version 2.0.2
Letztes Update 2021-05-24
Veröffentlichungsdatum 2021-01-10
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://techsfound.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.techsfound.com
Hilfeseite URL https://www.techsfound.com
URL der Datenschutzrichtlinien-Seite https://www.techsfound.com/privacy
Unterstützte Sprachen 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'"
}