OCS Price per gram
This extension shows the price per gram on Ontario Cannabis Store pages.
Wat is OCS Price per gram?
OCS Price per gram is een Chrome-extensie ontwikkeld door Jeff Murchison, en de belangrijkste functie is "This extension shows the price per gram on Ontario Cannabis Store pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie OCS Price per gram
Download OCS Price per gram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
v0.3:
- Fixed an issue with pre-rolls not showing $/g
- Restructured code
- Support for $/mg of THC and CBD in oils coming soon. Basisinformatie over de Extensie
| Naam | |
| ID | ffddjiogaehibkbejnmbcgmgpgcjfbjd |
| Officiële URL | https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd |
| Beschrijving | This extension shows the price per gram on Ontario Cannabis Store pages. |
| Bestandsgrootte | 63.34 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2018-10-24 |
| Publicatiedatum | 2018-10-23 |
| Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Jeff Murchison |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |