Chronic Traffic
a Cannabis Industry Traffic Exchange
Hvad er Chronic Traffic?
Chronic Traffic er en Chrome-udvidelse udviklet af Triforce Media, og dens hovedfunktion er "a Cannabis Industry Traffic Exchange".
Udvidelsesskærmbilleder
Download Chronic Traffic-udvidelses-CRX-fil
Download Chronic Traffic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | adnohkdbmklnjhjbdlaplpjhcomfekga |
Officiel URL | https://chrome.google.com/webstore/detail/chronic-traffic/adnohkdbmklnjhjbdlaplpjhcomfekga |
Beskrivelse | a Cannabis Industry Traffic Exchange |
Filstørrelse | 10.39 KB |
Antal Installationer | 33 |
Nuværende Version | 2.1.2 |
Senest Opdateret | 2016-03-01 |
Udgivelsesdato | 2016-03-01 |
Udvikler | Triforce Media |
Betalingsmetode | free |
Udvidelseswebsted | http://chronictraffic.com |
Hjælpeside-URL | http://chronictraffic.com |
Understøttede Sprog | 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:\/\/*\/*" ] } |