Chronic Traffic
a Cannabis Industry Traffic Exchange
Vad är Chronic Traffic?
Chronic Traffic är en Chrome-tillägg utvecklad av Triforce Media, och dess huvudfunktion är "a Cannabis Industry Traffic Exchange".
Tilläggsskärmbilder
Ladda ner Chronic Traffic-förlängningens CRX-fil
Ladda ner Chronic Traffic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | adnohkdbmklnjhjbdlaplpjhcomfekga |
Officiell webbadress | https://chrome.google.com/webstore/detail/chronic-traffic/adnohkdbmklnjhjbdlaplpjhcomfekga |
Beskrivning | a Cannabis Industry Traffic Exchange |
Filstorlek | 10.39 KB |
Antal Installationer | 33 |
Aktuell Version | 2.1.2 |
Senast Uppdaterad | 2016-03-01 |
Publiceringsdatum | 2016-03-01 |
Utvecklare | Triforce Media |
Betalningssätt | free |
Tilläggswebbplats | http://chronictraffic.com |
Hjälpsida URL | http://chronictraffic.com |
Stödda Språk | 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:\/\/*\/*" ] } |