Wattspeed

Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.

Was ist Wattspeed?

Wattspeed ist eine Chrome-Erweiterung, die von https://wattspeed.com entwickelt wurde, und ihr Hauptmerkmal ist "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Wattspeed-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wattspeed-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

                        Get powerful web technologies insights each time you open a new web page.

- Mobile-friendly test
- Google Lighthouse scores
- Core Web Vitals for the last 28 days
- Security audit
- HTML5 validation
- Accessibility checker
- Mixed content & JSON-LD structured data snippet detection

and more...

- What web server is behind the URL?
- What Analytics tool is used to get visitor insights?
- What Marketing or Chat tools are used to convert the visitors?
- What Advertising network is running in order to sell ads?
- What CMS powers the forum, blog or the online shop?
- What CSS and JS frameworks are used to build that user interface?                    

Grundlegende Informationen zur Erweiterung

Name Wattspeed Wattspeed
ID mbkehkfjhncahcaggkncdaacfnikmoid
Offizielle URL https://chromewebstore.google.com/detail/wattspeed/mbkehkfjhncahcaggkncdaacfnikmoid
Beschreibung Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
Dateigröße 116 KB
Installationsanzahl 1,883
Aktuelle Version 4.4.0
Letztes Update 2023-08-07
Veröffentlichungsdatum 2020-06-29
Bewertung 4.93/5 Insgesamt 27 Bewertungen
Entwickler https://wattspeed.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wattspeed.com/
URL der Datenschutzrichtlinien-Seite https://wattspeed.com/privacy-extension
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wattspeed",
    "version": "4.4.0",
    "description": "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/scripts\/helper.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/icon-48.png",
        "default_popup": "index.html",
        "default_title": "Wattspeed"
    },
    "permissions": [
        "tabs",
        "scripting",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}