Rec Bud Pics
Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Hvad er Rec Bud Pics?
Rec Bud Pics er en Chrome-udvidelse udviklet af Ian Mott, og dens hovedfunktion er "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".
Udvidelsesskærmbilleder
Download Rec Bud Pics-udvidelses-CRX-fil
Download Rec Bud Pics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
Officiel URL | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
Beskrivelse | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
Filstørrelse | 5.72 KB |
Antal Installationer | 47 |
Nuværende Version | 0.2 |
Senest Opdateret | 2018-11-07 |
Udgivelsesdato | 2018-11-07 |
Udvikler | Ian Mott |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |