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'"
}