OCS Price per gram
This extension shows the price per gram on Ontario Cannabis Store pages.
What is OCS Price per gram?
OCS Price per gram is a Chrome extension developed by Jeff Murchison, and its main feature is "This extension shows the price per gram on Ontario Cannabis Store pages.".
Extension Screenshots
Download OCS Price per gram Extension CRX File
Download OCS Price per gram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
v0.3: - Fixed an issue with pre-rolls not showing $/g - Restructured code - Support for $/mg of THC and CBD in oils coming soon.
Extension Basic Information
Name | OCS Price per gram |
ID | ffddjiogaehibkbejnmbcgmgpgcjfbjd |
Official URL | https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd |
Description | This extension shows the price per gram on Ontario Cannabis Store pages. |
File Size | 63.34 KB |
Installation Count | 61 |
Current Version | 0.3 |
Last Updated | 2018-10-24 |
Publish Date | 2018-10-23 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Jeff Murchison |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |