Rec Bud Pics
Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
O que é Rec Bud Pics?
Rec Bud Pics é uma extensão do Chrome desenvolvida por Ian Mott, e sua principal característica é "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rec Bud Pics
Baixe arquivos de extensão Rec Bud Pics no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
URL Oficial | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
Descrição | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
Tamanho do Arquivo | 5.72 KB |
Contagem de Instalações | 47 |
Versão Atual | 0.2 |
Última Atualização | 2018-11-07 |
Data de Publicação | 2018-11-07 |
Desenvolvedor | Ian Mott |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |