Bourbon
This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
What is Bourbon?
Bourbon is a Chrome extension developed by Bourbon, and its main feature is "This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…".
Extension Screenshots
Download Bourbon Extension CRX File
Download Bourbon 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
This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online. Just sit back relax and let Bourbon handle the rest.
Extension Basic Information
Name | Bourbon |
ID | anmheclpjknmnlgkjjpmogmbmlohapic |
Official URL | https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic |
Description | This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.… |
File Size | 1.11 MB |
Installation Count | 56 |
Current Version | 0.2 |
Last Updated | 2020-12-09 |
Publish Date | 2020-11-25 |
Rating | 5.00/5 Total 10 Ratings |
Developer | Bourbon |
[email protected] | |
Payment Type | free |
Extension Website | https://www.joinbourbon.com |
Privacy Policy Page URL | https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bourbon", "manifest_version": 2, "version": "0.2", "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "browser_action": { "default_icon": "images\/logo128.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "pageCapture" ], "web_accessible_resources": [ "assets\/close.svg", "assets\/congratulations.png", "assets\/delivery.png", "assets\/nice.png", "assets\/loading.gif", "assets\/reminder.png", "assets\/use-bourbon.png", "assets\/watermark.png", "assets\/fonts\/fonts.css", "assets\/fonts\/poppins\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.memberstack.io; object-src 'self'" } |