Keyword Hacker

Auto Suggest & Frequency Hacker

Cos'è Keyword Hacker?

Keyword Hacker è un'estensione di Chrome sviluppata da https://amazingfreedom.com, e la sua funzione principale è "Auto Suggest & Frequency Hacker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyword Hacker

Scarica i file di estensione Keyword Hacker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Are you looking for a way to optimize your Amazon listings with                    

Informazioni di Base sull'Estensione

Nome Keyword Hacker Keyword Hacker
ID ibbapakgcgmnnlkikmfcgembolalfbpd
URL Ufficiale https://chromewebstore.google.com/detail/keyword-hacker/ibbapakgcgmnnlkikmfcgembolalfbpd
Descrizione Auto Suggest & Frequency Hacker
Dimensione del File 366 KB
Conteggio Installazioni 646
Versione Corrente 1.2.5
Ultimo Aggiornamento 2017-06-22
Data di Pubblicazione 2017-06-22
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://amazingfreedom.com
Tipo di Pagamento free
Lingue Supportate 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"
}