OCS Price per gram

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

Co to jest OCS Price per gram?

OCS Price per gram to rozszerzenie Chrome opracowane przez Jeff Murchison, a jego główną funkcją jest „This extension shows the price per gram on Ontario Cannabis Store pages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia OCS Price per gram

Pobierz pliki rozszerzeń OCS Price per gram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa OCS Price per gram OCS Price per gram
ID ffddjiogaehibkbejnmbcgmgpgcjfbjd
Oficjalny URL https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd
Opis This extension shows the price per gram on Ontario Cannabis Store pages.
Rozmiar pliku 63.34 KB
Liczba instalacji 61
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-10-24
Data Publikacji 2018-10-23
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Jeff Murchison
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}