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.

什么是Amazon Referal Generator?

Amazon Referal Generator是由schucktimo123开发的Chrome扩展程序,该扩展的主要功能是“Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.”。

下载Amazon Referal Generator扩展crx文件

下载Amazon Referal Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Amazon Referal Generator Amazon Referal Generator
ID fbfmfnhlcfndkbmlanommehblnegfchd
官方URL https://chrome.google.com/webstore/detail/amazon-referal-generator/fbfmfnhlcfndkbmlanommehblnegfchd
简介 Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.
文件大小 130 KB
安装次数 10
当前版本 1
更新时间 2016-01-26
上架时间 2016-01-26
评分 5.00/5 共2次评分
开发者 schucktimo123
付费类型 free
支持的语言 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"
}