BuiltWith Technology Profiler

Find out what the website you are visiting is built with using this extension.

What is BuiltWith Technology Profiler?

BuiltWith Technology Profiler is a Chrome extension developed by https://builtwith.com, and its main feature is "Find out what the website you are visiting is built with using this extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BuiltWith Technology Profiler Extension CRX File

Download BuiltWith Technology Profiler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon!

BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page.                    

Extension Basic Information

Name BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
Official URL https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Description Find out what the website you are visiting is built with using this extension.
File Size 54.1 KB
Installation Count 374,188
Current Version 3.6
Last Updated 2022-05-11
Publish Date 2020-05-15
Rating 4.39/5 Total 401 Ratings
Developer https://builtwith.com
Email [email protected]
Payment Type free
Extension Website https://builtwith.com
Help Page URL http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
Privacy Policy Page URL https://builtwith.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BuiltWith Technology Profiler",
    "version": "3.6",
    "short_name": "BuiltWith",
    "description": "Find out what the website you are visiting is built with using this extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/builtwith.com\/"
    ]
}