Rec Bud Pics

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

Что такое Rec Bud Pics?

Rec Bud Pics - это расширение Chrome, разработанное Ian Mott, и его основная функция - "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Rec Bud Pics

Скачайте файлы расширений Rec Bud Pics в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Rec Bud Pics Rec Bud Pics
ID jcbjnadonmliflbgomoccpegakfhlebc
Официальный URL https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc
Описание Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Размер файла 5.72 KB
Количество установок 47
Текущая Версия 0.2
Последнее Обновление 2018-11-07
Дата публикации 2018-11-07
Разработчик Ian Mott
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}