Keyword Tool Dominator

Keyword Tool Dominator Extension

Что такое Keyword Tool Dominator?

Keyword Tool Dominator - это расширение Chrome, разработанное https://keywordtooldominator.com, и его основная функция - "Keyword Tool Dominator Extension".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Keyword Tool Dominator

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

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

                        Unlock the power of keyword research with the Keyword Tool Dominator extension. Discover the most popular and relevant keywords, outshine competitors, and drive massive organic traffic to your website in seconds.

Privacy Disclosure: We do not collect or transmit any personal information, browsing data, and or sensitive user data through the extension. Data obtained from a web request is never collected, but only displayed to the visitor and can be downloaded at the visitor's discretion.                    

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

Название Keyword Tool Dominator Keyword Tool Dominator
ID ifllhnpbdlifihflnfooolhjicbknpob
Официальный URL https://chromewebstore.google.com/detail/keyword-tool-dominator/ifllhnpbdlifihflnfooolhjicbknpob
Описание Keyword Tool Dominator Extension
Размер файла 13.69 KB
Количество установок 53,728
Текущая Версия 1.3.2
Последнее Обновление 2023-06-27
Дата публикации 2019-12-10
Рейтинг 3.58/5 Всего 69 оценок
Разработчик https://keywordtooldominator.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.keywordtooldominator.com/
URL страницы помощи https://www.keywordtooldominator.com/faq
URL страницы политики конфиденциальности http://www.keywordtooldominator.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.2",
    "name": "Keyword Tool Dominator",
    "description": "Keyword Tool Dominator Extension",
    "short_name": "KTD Extension",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.keywordtooldominator.com\/v1\/*",
                "https:\/\/dashboard.keywordtooldominator.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.keywordtooldominator.com\/",
        "https:\/\/dashboard.keywordtooldominator.com\/",
        "https:\/\/completion.amazon.com\/",
        "https:\/\/completion.amazon.co.jp\/",
        "https:\/\/completion.amazon.cn\/",
        "https:\/\/completion.amazon.co.uk\/",
        "https:\/\/autosug.ebaystatic.com\/",
        "https:\/\/autosug.ebay.com\/",
        "https:\/\/www.etsy.com\/",
        "https:\/\/api.bing.com\/",
        "https:\/\/www.walmart.com\/",
        "http:\/\/clients1.google.com\/",
        "https:\/\/www.thdws.com\/"
    ]
}