Keyword Hacker
Auto Suggest & Frequency Hacker
What is Keyword Hacker?
Keyword Hacker is a Chrome extension developed by https://amazingfreedom.com, and its main feature is "Auto Suggest & Frequency Hacker".
Extension Screenshots
Download Keyword Hacker Extension CRX File
Download Keyword Hacker 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
Are you looking for a way to optimize your Amazon listings with
Extension Basic Information
Name | Keyword Hacker |
ID | ibbapakgcgmnnlkikmfcgembolalfbpd |
Official URL | https://chromewebstore.google.com/detail/keyword-hacker/ibbapakgcgmnnlkikmfcgembolalfbpd |
Description | Auto Suggest & Frequency Hacker |
File Size | 366 KB |
Installation Count | 646 |
Current Version | 1.2.5 |
Last Updated | 2017-06-22 |
Publish Date | 2017-06-22 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://amazingfreedom.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyword Hacker", "description": "Auto Suggest & Frequency Hacker", "version": "1.2.5", "manifest_version": 2, "homepage_url": "http:\/\/keyword.amazingfreedom.com", "permissions": [ "*:\/\/app.momane.com\/*", "*:\/\/*.seochat.com\/*", "*:\/\/keyword.amazingfreedom.com\/*", "tabs" ], "icons": { "128": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_title": "Automate", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/s\/*" ], "js": [ "lib\/jquery-3.1.0.min.js", "main.js" ] } ], "web_accessible_resources": [ "lib\/*" ], "background": { "scripts": [ "lib\/jquery-3.1.0.min.js", "background.js" ] }, "options_page": "settings.html" } |