WebExtension.net
WebExtension.net

Keywords Everywhere - Keyword Tool

View on Chrome Web Store
View Keywords Everywhere - Keyword Tool Chrome Extension on Chrome Web Store
4.5 (5,654 ratings)
1 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Keyword search volume, cpc and competition for 15+ websites like Google™ Search Console, YouTube™, Amazon™ & more
Type
Extension
Users
1,000,000 users
Axeman Technology Solutions LLP
View author page of Axeman Technology Solutions LLP
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 22, 2015
Version 11.27
Manifest version
3
Updated
Updated on October 22, 2024
View on Chrome Web Store
View Keywords Everywhere - Keyword Tool Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keywords Everywhere - Keyword Tool",
    "description": "Keyword search volume, cpc and competition for 15+ websites like Google\u2122 Search Console, YouTube\u2122, Amazon\u2122 & more",
    "version": "11.27",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "\/img\/icon128.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "service_worker": "sw_background.js"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webmasters\/tools\/search-analytics*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-wmtools.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/search.google.com\/search-console*",
                "https:\/\/search.google.com\/u\/*\/search-console*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gsearch-console.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/analytics.google.com\/analytics\/web\/*",
                "https:\/\/analytics.google.com\/analytics\/app\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-ga.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/adwords.google.com\/aw\/*",
                "https:\/\/ads.google.com\/aw\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gkp2.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/adwords.google.com\/ko\/KeywordPlanner\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gkp.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/*"
            ],
            "exclude_globs": [
                "https:\/\/analytics.google.com\/analytics\/web\/*",
                "https:\/\/www.google.com\/webmasters\/tools\/search-analytics*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/moment.js",
                "\/lib\/chartjs\/chart.js",
                "\/lib\/chartjs\/chartjs-adapter-moment.js",
                "\/lib\/pluralize.js",
                "\/js\/CSV.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-google.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/trends\/*",
                "*:\/\/trends.google.*\/trends\/*"
            ],
            "js": [
                "\/js\/cs-gtrends-inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/trends\/*",
                "*:\/\/trends.google.*\/trends\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/moment.js",
                "\/lib\/chartjs\/chart.js",
                "\/lib\/chartjs\/chartjs-adapter-moment.js",
                "\/js\/CSV.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gtrends.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/soovle.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/jquery-ui\/jquery-ui.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-soovle.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/lib\/jquery-ui\/jquery-ui.min.css",
                "\/css\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.bing.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/moment.js",
                "\/lib\/chartjs\/chart.js",
                "\/lib\/chartjs\/chartjs-adapter-moment.js",
                "\/lib\/pluralize.js",
                "\/js\/CSV.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-bing.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/duckduckgo.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-duckduckgo.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.yahoo.com\/*",
                "*:\/\/*.search.yahoo.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-yahoo.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.amazon.ae\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.mx\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.sa\/*",
                "*:\/\/www.amazon.sg\/*",
                "*:\/\/www.amazon.com.au\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.com.tr\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/smile.amazon.ae\/*",
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/smile.amazon.co.uk\/*",
                "*:\/\/smile.amazon.es\/*",
                "*:\/\/smile.amazon.nl\/*",
                "*:\/\/smile.amazon.mx\/*",
                "*:\/\/smile.amazon.it\/*",
                "*:\/\/smile.amazon.in\/*",
                "*:\/\/smile.amazon.de\/*",
                "*:\/\/smile.amazon.fr\/*",
                "*:\/\/smile.amazon.cn\/*",
                "*:\/\/smile.amazon.ca\/*",
                "*:\/\/smile.amazon.sa\/*",
                "*:\/\/smile.amazon.sg\/*",
                "*:\/\/smile.amazon.com.au\/*",
                "*:\/\/smile.amazon.com.br\/*",
                "*:\/\/smile.amazon.com.mx\/*",
                "*:\/\/smile.amazon.com.tr\/*",
                "*:\/\/smile.amazon.co.jp\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-amazon.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/moment.js",
                "\/lib\/chartjs\/chart.js",
                "\/lib\/chartjs\/chartjs-adapter-moment.js",
                "\/lib\/pluralize.js",
                "\/js\/CSV.js",
                "\/js\/TaskManager.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-youtube.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css",
                "\/css\/youtube.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.ebay.com\/*",
                "*:\/\/www.ebay.com.au\/*",
                "*:\/\/www.ebay.co.uk\/*",
                "*:\/\/www.ebay.ca\/*",
                "*:\/\/www.ebay.de\/*",
                "*:\/\/www.ebay.fr\/*",
                "*:\/\/www.ebay.ie\/*",
                "*:\/\/www.ebay.in\/*",
                "*:\/\/www.ebay.it\/*",
                "*:\/\/www.ebay.ph\/*",
                "*:\/\/www.ebay.com.sg\/*",
                "*:\/\/pages.ebay.com\/*",
                "*:\/\/pages.ebay.com.au\/*",
                "*:\/\/pages.ebay.co.uk\/*",
                "*:\/\/pages.ebay.ca\/*",
                "*:\/\/pages.ebay.fr\/*",
                "*:\/\/pages.ebay.ie\/*",
                "*:\/\/pages.ebay.in\/*",
                "*:\/\/pages.ebay.it\/*",
                "*:\/\/pages.ebay.ph\/*",
                "*:\/\/pages.ebay.com.sg\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-ebay.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/x.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-twitter.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-etsy.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.pinterest.*\/*"
            ],
            "js": [
                "\/js\/cs-pinterest-inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.pinterest.*\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/moment.js",
                "\/lib\/chartjs\/chart.js",
                "\/lib\/chartjs\/chartjs-adapter-moment.js",
                "\/js\/CSV.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-tooltip.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-pinterest.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/tooltip.css",
                "\/css\/pins.css",
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "\/js\/cs-instagram-inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-instagram.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/chatgpt.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/Widget.js",
                "\/js\/cs-openai-widget.js",
                "\/js\/cs-openai.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css",
                "\/css\/openai.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gemini.google.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/Widget.js",
                "\/js\/cs-openai-widget.js",
                "\/js\/cs-gemini.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css",
                "\/css\/openai.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/claude.ai\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/Widget.js",
                "\/js\/cs-openai-widget.js",
                "\/js\/cs-claude.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css",
                "\/css\/openai.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/keywordseverywhere.com\/*\/autocomplete.html*",
                "https:\/\/keywordseverywhere.com\/*\/autocomplete.php*",
                "https:\/\/keywordseverywhere.com\/*\/bulkTraffic.html*",
                "https:\/\/keywordseverywhere.com\/*\/bulkTraffic.php*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags.html*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags.php*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags_bulk.html*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags_bulk.php*",
                "https:\/\/keywordseverywhere.com\/*\/manual.html*",
                "https:\/\/keywordseverywhere.com\/*\/manual.php*",
                "https:\/\/keywordseverywhere.com\/*\/keywords.html*",
                "https:\/\/keywordseverywhere.com\/*\/keywords.php*",
                "https:\/\/keywordseverywhere.com\/*\/list.html*",
                "https:\/\/keywordseverywhere.com\/*\/list.php*",
                "https:\/\/keywordseverywhere.com\/*\/trends.html*",
                "https:\/\/keywordseverywhere.com\/*\/trends.php*",
                "https:\/\/keywordseverywhere.com\/*\/favorites.html*",
                "https:\/\/keywordseverywhere.com\/*\/favorites.php*",
                "https:\/\/keywordseverywhere.com\/*\/analyze.html*",
                "https:\/\/keywordseverywhere.com\/*\/analyze.php*",
                "https:\/\/keywordseverywhere.com\/*\/gap.html*",
                "https:\/\/keywordseverywhere.com\/*\/gap.php*",
                "https:\/\/keywordseverywhere.com\/*\/toppages.html*",
                "https:\/\/keywordseverywhere.com\/*\/toppages.php*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-common.js",
                "\/js\/bridge.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/keywordseverywhere.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-keywordseverywhere.js",
                "\/js\/cs-run.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/keywordseverywhere.com\/ke\/widget.php*"
            ],
            "all_frames": true,
            "js": [
                "\/js\/cs-iframe-resize.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/html\/ytstats.html",
                "\/html\/igstats.html",
                "\/html\/twitterstats.html",
                "\/html\/diffstats.html",
                "\/html\/page.html",
                "\/html\/openai.html",
                "\/js\/cs-gtrends-ajax.js",
                "\/js\/cs-instagram-ajax.js",
                "\/js\/cs-pinterest-ajax.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top