Website Informer Addon

Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.

Что такое Website Informer Addon?

Website Informer Addon - это расширение Chrome, разработанное https://website.informer.com, и его основная функция - "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.".

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

screenshot

Скачать файл CRX расширения Website Informer Addon

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

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

                        Website Informer lets you discover important statistics behind any website while browsing through it. This widget instantly reveals a website’s traffic rank, daily visitors rate, pageviews, etc.

Get Website Informer addon for free: you can make use of it in web marketing, link building, and ads partnership prospecting.                    

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

Название Website Informer Addon Website Informer Addon
ID hgmkhdckpblkakgojblgmlgaeaimofom
Официальный URL https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom
Описание Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Размер файла 80.74 KB
Количество установок 12,794
Текущая Версия 4.0.0
Последнее Обновление 2022-05-24
Дата публикации 2018-01-24
Рейтинг 4.25/5 Всего 57 оценок
Разработчик https://website.informer.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://website.informer.com/addon
URL страницы помощи https://website.informer.com/pages/contacts
URL страницы политики конфиденциальности http://website.informer.com/pages/tos
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Informer Addon",
    "version": "4.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.",
    "action": {
        "default_icon": "static\/img\/i128.png",
        "default_title": "Page Info",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "static\/img\/i128.png"
    },
    "host_permissions": [
        "https:\/\/website.informer.com\/*",
        "https:\/\/hits.informer.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}