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 là gì?
Rec Bud Pics là một tiện ích mở rộng Chrome được phát triển bởi Ian Mott, và tính năng chính của nó là "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rec Bud Pics
Tải xuống các tệp mở rộng Rec Bud Pics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
URL Chính Thức | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
Mô tả | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
Kích Thước Tệp | 5.72 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2018-11-07 |
Ngày Phát Hành | 2018-11-07 |
Nhà Phát Triển | Ian Mott |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |