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