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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Rec Bud Pics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}