BuiltWith Technology Profiler

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

Что такое BuiltWith Technology Profiler?

BuiltWith Technology Profiler - это расширение Chrome, разработанное https://builtwith.com, и его основная функция - "Find out what the website you are visiting is built with using this extension.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BuiltWith Technology Profiler

Скачайте файлы расширений BuiltWith Technology Profiler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
Официальный URL https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Описание Find out what the website you are visiting is built with using this extension.
Размер файла 54.1 KB
Количество установок 374,188
Текущая Версия 3.6
Последнее Обновление 2022-05-11
Дата публикации 2020-05-15
Рейтинг 4.39/5 Всего 401 оценок
Разработчик https://builtwith.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://builtwith.com
URL страницы помощи http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
URL страницы политики конфиденциальности https://builtwith.com/privacy
Поддерживаемые языки 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\/"
    ]
}