Rec Bud Pics

Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website

什么是Rec Bud Pics?

Rec Bud Pics是由Ian Mott开发的Chrome扩展程序,该扩展的主要功能是“Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Rec Bud Pics扩展crx文件

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

扩展使用说明

                        Gets a bud picture of the strain being viewed on ocs.ca/sqdc.ca from BC Cannabis Store to display.

Code available on GitHub: https://github.com/ianmott77/Bud-Pics
 
DISCLAIMER: ALL INFORMATION USED IS PUBLICLY AVAILABLE ON OCS.CA, SQDC.CA, AND BCCANNABISSTORE.COM                    

扩展基本信息

名称 Rec Bud Pics Rec Bud Pics
ID jcbjnadonmliflbgomoccpegakfhlebc
官方URL https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc
简介 Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
文件大小 5.72 KB
安装次数 47
当前版本 0.2
更新时间 2018-11-07
上架时间 2018-11-07
开发者 Ian Mott
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rec Bud Pics",
    "version": "0.2",
    "description": "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ocs.ca\/products\/*",
                "https:\/\/www.sqdc.ca\/*"
            ],
            "js": [
                "bud_pics.min.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.bccannabisstores.com\/*"
    ]
}