Wattspeed

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

Qu'est-ce que Wattspeed ?

Wattspeed est une extension Chrome développée par https://wattspeed.com, et sa fonction principale est "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wattspeed

Téléchargez les fichiers d'extension Wattspeed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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?                    

Informations de Base sur l'Extension

Nom Wattspeed Wattspeed
ID mbkehkfjhncahcaggkncdaacfnikmoid
URL Officiel https://chromewebstore.google.com/detail/wattspeed/mbkehkfjhncahcaggkncdaacfnikmoid
Description Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
Taille du Fichier 116 KB
Nombre d'Installations 1,883
Version Actuelle 4.4.0
Dernière Mise à Jour 2023-08-07
Date de Publication 2020-06-29
Évaluation 4.93/5 Total 27 Évaluations
Développeur https://wattspeed.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wattspeed.com/
URL de la Page de Politique de Confidentialité https://wattspeed.com/privacy-extension
Langues Prises en Charge 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:\/\/*\/*"
    ]
}