Wattspeed

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

Wattspeed क्या है?

Wattspeed https://wattspeed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wattspeed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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?                    

एक्सटेंशन की मूल जानकारी

नाम Wattspeed Wattspeed
ID mbkehkfjhncahcaggkncdaacfnikmoid
आधिकारिक URL https://chromewebstore.google.com/detail/wattspeed/mbkehkfjhncahcaggkncdaacfnikmoid
विवरण Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
फ़ाइल का आकार 116 KB
स्थापना संख्या 1,883
वर्तमान संस्करण 4.4.0
अंतिम अपडेट 2023-08-07
प्रकाशन तिथि 2020-06-29
रेटिंग 4.93/5 कुल 27 रेटिंग्स
डेवलपर https://wattspeed.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wattspeed.com/
गोपनीयता नीति पृष्ठ URL https://wattspeed.com/privacy-extension
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}