WhatRuns

Discover what runs a website. Frameworks, Analytics Tools, Wordpress Plugins, Fonts - you name it.

Τι είναι το WhatRuns;

Το WhatRuns είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.whatruns.com, και η κύρια λειτουργία του είναι "Discover what runs a website. Frameworks, Analytics Tools, Wordpress Plugins, Fonts - you name it.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WhatRuns

Λήψη αρχείων επέκτασης WhatRuns σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        WhatRuns extension is one click away for you to find technologies used on any website you visit. From Developer Tools and Ad Networks to Wordpress Plugins and Themes, we detect even the new and upcoming tools and services.

Not just that - you can follow websites so that you get notified when they use new technologies or remove existing ones. 

FAQ

How do you know what runs a website?
Every technology leaves a pattern on the websites it is being used. WhatRuns' algorithm recognizes these patterns to detect the tech stack of a particular website.

What all things you identify on a website?
WhatRuns detects almost everything that runs a website - frameworks, web technologies, CMSs (and its plugins), themes and fonts to name a few categories.

How is WhatRuns different from extensions like Wappalyzer, BuiltWith, Datanyze and Ghostery?
While all of these are good old products, WhatRuns is less heavy on your browser, has a better detection accuracy and recognise even the latest technologies and plugins compared to our counterparts. We also uncover fonts, Wordpress plugins and themes used on websites, which nobody else does at the moment.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WhatRuns WhatRuns
ID cmkdbmfndkfgebldhnkbfhlneefdaaip
Επίσημο URL https://chromewebstore.google.com/detail/whatruns/cmkdbmfndkfgebldhnkbfhlneefdaaip
Περιγραφή Discover what runs a website. Frameworks, Analytics Tools, Wordpress Plugins, Fonts - you name it.
Μέγεθος Αρχείου 283 KB
Αριθμός Εγκαταστάσεων 442,073
Τρέχουσα Έκδοση 1.7.12
Τελευταία Ενημέρωση 2023-11-22
Ημερομηνία Δημοσίευσης 2020-01-26
Αξιολόγηση 3.81/5 Συνολικά 387 Αξιολογήσεις
Προγραμματιστής https://www.whatruns.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://whatruns.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.whatruns.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "WhatRuns - click for more details"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/browser-polyfill.js",
                "js\/content.js",
                "js\/notification.js",
                "js\/ig_connect.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Discover what runs a website. Frameworks, Analytics Tools, Wordpress Plugins, Fonts - you name it.",
    "homepage_url": "https:\/\/www.whatruns.com\/?source=plugin",
    "icons": {
        "120": "images\/icon_120.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgtvxDk6T8Dtsev40P+eLZr4DXhXA8q\/w6Lq\/FkSyKhh6IPf3dsY4v17QmOy5CX8lrqVDP0B2iPqJbEmkXw\/4c3jj1nqXcQITkM5uTUz4GxU+4YONC687rHsDzDd0adt33RpENkwjjmRKJeEA9\/6j+ohJS6eXb6sO9Om3EtbjqOi909TlNaKdJ5BRIyF800uGxgZrgLTNho\/Tdvent\/T3yCVXLq9tyRyVqLBnj0QDLlWbLw7Q1q0n48r0yow3MSZ8SY2d49+M5UPxfYm3Ozc56oa0fATX4sw10EYkcIfZVX5eXTejaLo+APma8cfFGXPXfMfLrh4S\/0r4PUfbUK9x1wIDAQAB",
    "manifest_version": 2,
    "name": "WhatRuns",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.12",
    "web_accessible_resources": [
        "js\/wrs_env.js",
        "images\/*",
        "css\/notification.css"
    ]
}