Chronic Traffic
a Cannabis Industry Traffic Exchange
Cos'è Chronic Traffic?
Chronic Traffic è un'estensione di Chrome sviluppata da Triforce Media, e la sua funzione principale è "a Cannabis Industry Traffic Exchange".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chronic Traffic
Scarica i file di estensione Chronic Traffic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | adnohkdbmklnjhjbdlaplpjhcomfekga |
URL Ufficiale | https://chrome.google.com/webstore/detail/chronic-traffic/adnohkdbmklnjhjbdlaplpjhcomfekga |
Descrizione | a Cannabis Industry Traffic Exchange |
Dimensione del File | 10.39 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 2.1.2 |
Ultimo Aggiornamento | 2016-03-01 |
Data di Pubblicazione | 2016-03-01 |
Sviluppatore | Triforce Media |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://chronictraffic.com |
URL della Pagina di Aiuto | http://chronictraffic.com |
Lingue Supportate | 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:\/\/*\/*" ] } |