Rec Bud Pics
Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Vad är Rec Bud Pics?
Rec Bud Pics är en Chrome-tillägg utvecklad av Ian Mott, och dess huvudfunktion är "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".
Tilläggsskärmbilder
Ladda ner Rec Bud Pics-förlängningens CRX-fil
Ladda ner Rec Bud Pics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
Officiell webbadress | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
Beskrivning | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
Filstorlek | 5.72 KB |
Antal Installationer | 47 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2018-11-07 |
Publiceringsdatum | 2018-11-07 |
Utvecklare | Ian Mott |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |