Amazon Referal Generator

Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.

Cos'è Amazon Referal Generator?

Amazon Referal Generator è un'estensione di Chrome sviluppata da schucktimo123, e la sua funzione principale è "Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.".

Scarica il file CRX dell'estensione Amazon Referal Generator

Scarica i file di estensione Amazon Referal Generator 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

                                            

Informazioni di Base sull'Estensione

Nome Amazon Referal Generator Amazon Referal Generator
ID fbfmfnhlcfndkbmlanommehblnegfchd
URL Ufficiale https://chrome.google.com/webstore/detail/amazon-referal-generator/fbfmfnhlcfndkbmlanommehblnegfchd
Descrizione Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.
Dimensione del File 130 KB
Conteggio Installazioni 10
Versione Corrente 1
Ultimo Aggiornamento 2016-01-26
Data di Pubblicazione 2016-01-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore schucktimo123
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Referal Generator",
    "version": "1",
    "description": "Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "AMZ Referal Generator",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "offline_enabled": true,
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        ""
    ],
    "version_name": "v1"
}