Chronic Traffic
a Cannabis Industry Traffic Exchange
Wat is Chronic Traffic?
Chronic Traffic is een Chrome-extensie ontwikkeld door Triforce Media, en de belangrijkste functie is "a Cannabis Industry Traffic Exchange".
Extensie Screenshots
Download het CRX-bestand van de extensie Chronic Traffic
Download Chronic Traffic-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
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.
Basisinformatie over de Extensie
Naam | |
ID | adnohkdbmklnjhjbdlaplpjhcomfekga |
Officiële URL | https://chrome.google.com/webstore/detail/chronic-traffic/adnohkdbmklnjhjbdlaplpjhcomfekga |
Beschrijving | a Cannabis Industry Traffic Exchange |
Bestandsgrootte | 10.39 KB |
Aantal Installaties | 33 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2016-03-01 |
Publicatiedatum | 2016-03-01 |
Ontwikkelaar | Triforce Media |
Betalingswijze | free |
Extensiewebsite | http://chronictraffic.com |
Help Pagina-URL | http://chronictraffic.com |
Ondersteunde Talen | 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:\/\/*\/*" ] } |