Rec Bud Pics
Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Apa itu Rec Bud Pics?
Rec Bud Pics adalah ekstensi Chrome yang dikembangkan oleh Ian Mott, dan fitur utamanya adalah "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rec Bud Pics
Unduh file ekstensi Rec Bud Pics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
URL Resmi | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
Deskripsi | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
Ukuran File | 5.72 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2018-11-07 |
Tanggal Publikasi | 2018-11-07 |
Pengembang | Ian Mott |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |