Legendary Seller Keyword Finder

Legendary Seller Keyword Finder Extension for Google Chrome

What is Legendary Seller Keyword Finder?

Legendary Seller Keyword Finder is a Chrome extension developed by https://legendaryseller.com, and its main feature is "Legendary Seller Keyword Finder Extension for Google Chrome".

Extension Screenshots

screenshot

Download Legendary Seller Keyword Finder Extension CRX File

Download Legendary Seller Keyword Finder 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

                        Legendary Seller Keyword Finder is a tool for those on LegendarySeller.com with an account.  Go to sign-up at LegendarySeller.com to get an account.                    

Extension Basic Information

Name Legendary Seller Keyword Finder Legendary Seller Keyword Finder
ID fdedlfmbbkkiegikmmdnbdlfkdgldkok
Official URL https://chromewebstore.google.com/detail/legendary-seller-keyword/fdedlfmbbkkiegikmmdnbdlfkdgldkok
Description Legendary Seller Keyword Finder Extension for Google Chrome
File Size 43.82 KB
Installation Count 539
Current Version 1.0.6
Last Updated 2019-11-26
Publish Date 2019-11-26
Rating 5.00/5 Total 1 Ratings
Developer https://legendaryseller.com
Payment Type free
Extension Website http://legendaryseller.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legendary Seller Keyword Finder",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Legendary Seller Keyword Finder Extension for Google Chrome",
    "background": {
        "scripts": [
            "\/js\/jquery-2.1.4.min.js",
            "\/js\/core.js"
        ]
    },
    "permissions": [
        "*:\/\/*.amazon.com\/",
        "*:\/\/*.amazon.co.uk\/",
        "*:\/\/*.legendaryseller.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ https:\/\/fonts.googleapis.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.legendaryseller.com\/keyword\/find-keyword"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/legendaryseller.com\/*"
        ]
    }
}