Chronic Traffic

a Cannabis Industry Traffic Exchange

Was ist Chronic Traffic?

Chronic Traffic ist eine Chrome-Erweiterung, die von Triforce Media entwickelt wurde, und ihr Hauptmerkmal ist "a Cannabis Industry Traffic Exchange".

Erweiterungsscreenshots

screenshot

Chronic Traffic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chronic Traffic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chronic Traffic Chronic Traffic
ID adnohkdbmklnjhjbdlaplpjhcomfekga
Offizielle URL https://chrome.google.com/webstore/detail/chronic-traffic/adnohkdbmklnjhjbdlaplpjhcomfekga
Beschreibung a Cannabis Industry Traffic Exchange
Dateigröße 10.39 KB
Installationsanzahl 33
Aktuelle Version 2.1.2
Letztes Update 2016-03-01
Veröffentlichungsdatum 2016-03-01
Entwickler Triforce Media
Zahlungsart free
Erweiterungswebsite http://chronictraffic.com
Hilfeseite URL http://chronictraffic.com
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}