Chronic Traffic
a Cannabis Industry Traffic Exchange
What is Chronic Traffic?
Chronic Traffic is a Chrome extension developed by Triforce Media, and its main feature is "a Cannabis Industry Traffic Exchange".
Extension Screenshots
Download Chronic Traffic Extension CRX File
Download Chronic Traffic 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
Chronic Traffic in a advertising platform for the cannabis industry reaching thousands of people interested in marijuana every month. We work to connect cannabis enthusiasts with top products/services available in the industry.
Extension Basic Information
Name | |
ID | adnohkdbmklnjhjbdlaplpjhcomfekga |
Official URL | https://chrome.google.com/webstore/detail/chronic-traffic/adnohkdbmklnjhjbdlaplpjhcomfekga |
Description | a Cannabis Industry Traffic Exchange |
File Size | 10.39 KB |
Installation Count | 33 |
Current Version | 2.1.2 |
Last Updated | 2016-03-01 |
Publish Date | 2016-03-01 |
Developer | Triforce Media |
Payment Type | free |
Extension Website | http://chronictraffic.com |
Help Page URL | http://chronictraffic.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chronic Traffic", "icons": { "128": "128x128.png" }, "description": "a Cannabis Industry Traffic Exchange", "version": "2.1.2", "browser_action": { "default_icon": "19x19.png", "default_title": "Quick access to browsing" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "index.js" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |