Rec Bud Pics
Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Co to jest Rec Bud Pics?
Rec Bud Pics to rozszerzenie Chrome opracowane przez Ian Mott, a jego główną funkcją jest „Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rec Bud Pics
Pobierz pliki rozszerzeń Rec Bud Pics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
Oficjalny URL | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
Opis | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
Rozmiar pliku | 5.72 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2018-11-07 |
Data Publikacji | 2018-11-07 |
Deweloper | Ian Mott |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |