Bourbon

This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…

什么是Bourbon?

Bourbon是由Bourbon开发的Chrome扩展程序,该扩展的主要功能是“This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Bourbon扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Bourbon Bourbon
ID anmheclpjknmnlgkjjpmogmbmlohapic
官方URL https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic
简介 This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
文件大小 1.11 MB
安装次数 56
当前版本 0.2
更新时间 2020-12-09
上架时间 2020-11-25
评分 5.00/5 共10次评分
开发者 Bourbon
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.joinbourbon.com
隐私政策页面URL https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing
支持的语言 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'"
}