Banggood Affiliate Tool

This extension allows to easily share affiliate links

什么是Banggood Affiliate Tool?

Banggood Affiliate Tool是由greenbigfrog开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to easily share affiliate links”。

下载Banggood Affiliate Tool扩展crx文件

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

扩展使用说明

                        Allows you to easily share Banggood Affiliate Links by copying them to your Clipboard.
The complete sourcecode is available on Github.                    

扩展基本信息

名称 Banggood Affiliate Tool Banggood Affiliate Tool
ID lfehkmbipaihcgiooimkgkfacmoggpdd
官方URL https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd
简介 This extension allows to easily share affiliate links
文件大小 14.08 KB
安装次数 62
当前版本 0.2
更新时间 2017-12-12
上架时间 2017-12-12
评分 3.00/5 共2次评分
开发者 greenbigfrog
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/greenbigfrog/BG-tool
帮助页面URL https://github.com/greenbigfrog/BG-tool/issues/new
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Banggood Affiliate Tool",
    "description": "This extension allows to easily share affiliate links",
    "version": "0.2",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "https:\/\/ad.a-ads.com\/"
    ],
    "options_page": "options.html"
}