Chronic Traffic

a Cannabis Industry Traffic Exchange

什么是Chronic Traffic?

Chronic Traffic是由Triforce Media开发的Chrome扩展程序,该扩展的主要功能是“a Cannabis Industry Traffic Exchange”。

扩展截图

screenshot

下载Chronic Traffic扩展crx文件

下载Chronic Traffic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chronic Traffic Chronic Traffic
ID adnohkdbmklnjhjbdlaplpjhcomfekga
官方URL https://chrome.google.com/webstore/detail/chronic-traffic/adnohkdbmklnjhjbdlaplpjhcomfekga
简介 a Cannabis Industry Traffic Exchange
文件大小 10.39 KB
安装次数 33
当前版本 2.1.2
更新时间 2016-03-01
上架时间 2016-03-01
开发者 Triforce Media
付费类型 free
扩展官网 http://chronictraffic.com
帮助页面URL http://chronictraffic.com
支持的语言 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:\/\/*\/*"
    ]
}