OCS Price per gram

This extension shows the price per gram on Ontario Cannabis Store pages.

Qu'est-ce que OCS Price per gram ?

OCS Price per gram est une extension Chrome développée par Jeff Murchison, et sa fonction principale est "This extension shows the price per gram on Ontario Cannabis Store pages.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension OCS Price per gram

Téléchargez les fichiers d'extension OCS Price per gram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        v0.3:
- Fixed an issue with pre-rolls not showing $/g
- Restructured code
- Support for $/mg of THC and CBD in oils coming soon.                    

Informations de Base sur l'Extension

Nom OCS Price per gram OCS Price per gram
ID ffddjiogaehibkbejnmbcgmgpgcjfbjd
URL Officiel https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd
Description This extension shows the price per gram on Ontario Cannabis Store pages.
Taille du Fichier 63.34 KB
Nombre d'Installations 61
Version Actuelle 0.3
Dernière Mise à Jour 2018-10-24
Date de Publication 2018-10-23
Évaluation 5.00/5 Total 9 Évaluations
Développeur Jeff Murchison
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OCS Price per gram",
    "description": "This extension shows the price per gram on Ontario Cannabis Store pages.",
    "version": "0.3",
    "icons": {
        "16": "thc_16.png",
        "48": "thc_48.png",
        "128": "thc_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ocs.ca\/products\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "ppg.js"
            ]
        }
    ]
}