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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}