Rec Bud Pics

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

Co je Rec Bud Pics?

Rec Bud Pics je rozšíření Chrome vyvinuté Ian Mott, a jeho hlavní funkcí je „Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rec Bud Pics

Stáhněte si soubory rozšíření Rec Bud Pics ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Rec Bud Pics Rec Bud Pics
ID jcbjnadonmliflbgomoccpegakfhlebc
Oficiální URL https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc
Popis Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Velikost souboru 5.72 KB
Počet instalací 47
Aktuální Verze 0.2
Poslední Aktualizace 2018-11-07
Datum Vydání 2018-11-07
Vývojář Ian Mott
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}