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.

What is Amazon Referal Generator?

Amazon Referal Generator is a Chrome extension developed by schucktimo123, and its main feature is "Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.".

Download Amazon Referal Generator Extension CRX File

Download Amazon Referal Generator 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

                                            

Extension Basic Information

Name Amazon Referal Generator Amazon Referal Generator
ID fbfmfnhlcfndkbmlanommehblnegfchd
Official URL https://chrome.google.com/webstore/detail/amazon-referal-generator/fbfmfnhlcfndkbmlanommehblnegfchd
Description Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.
File Size 130 KB
Installation Count 10
Current Version 1
Last Updated 2016-01-26
Publish Date 2016-01-26
Rating 5.00/5 Total 2 Ratings
Developer schucktimo123
Payment Type free
Supported Languages 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"
}