Rec Bud Pics

Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website

Was ist Rec Bud Pics?

Rec Bud Pics ist eine Chrome-Erweiterung, die von Ian Mott entwickelt wurde, und ihr Hauptmerkmal ist "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Rec Bud Pics-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rec Bud Pics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Rec Bud Pics Rec Bud Pics
ID jcbjnadonmliflbgomoccpegakfhlebc
Offizielle URL https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc
Beschreibung Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Dateigröße 5.72 KB
Installationsanzahl 47
Aktuelle Version 0.2
Letztes Update 2018-11-07
Veröffentlichungsdatum 2018-11-07
Entwickler Ian Mott
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}