Rec Bud Pics
Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
What is Rec Bud Pics?
Rec Bud Pics is a Chrome extension developed by Ian Mott, and its main feature is "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".
Extension Screenshots
Download Rec Bud Pics Extension CRX File
Download Rec Bud Pics 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
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
Extension Basic Information
Name | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
Official URL | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
Description | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
File Size | 5.72 KB |
Installation Count | 47 |
Current Version | 0.2 |
Last Updated | 2018-11-07 |
Publish Date | 2018-11-07 |
Developer | Ian Mott |
Payment Type | free |
Supported Languages | 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\/*" ] } |