Banggood Affiliate Tool
This extension allows to easily share affiliate links
What is Banggood Affiliate Tool?
Banggood Affiliate Tool is a Chrome extension developed by greenbigfrog, and its main feature is "This extension allows to easily share affiliate links".
Download Banggood Affiliate Tool Extension CRX File
Download Banggood Affiliate Tool 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
Allows you to easily share Banggood Affiliate Links by copying them to your Clipboard. The complete sourcecode is available on Github.
Extension Basic Information
Name | |
ID | lfehkmbipaihcgiooimkgkfacmoggpdd |
Official URL | https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd |
Description | This extension allows to easily share affiliate links |
File Size | 14.08 KB |
Installation Count | 62 |
Current Version | 0.2 |
Last Updated | 2017-12-12 |
Publish Date | 2017-12-12 |
Rating | 3.00/5 Total 2 Ratings |
Developer | greenbigfrog |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/greenbigfrog/BG-tool |
Help Page URL | https://github.com/greenbigfrog/BG-tool/issues/new |
Supported Languages | 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" } |