Chronic Traffic
a Cannabis Industry Traffic Exchange
Chronic Trafficとは何ですか?
Chronic TrafficはTriforce Mediaによって開発されたChromeの拡張機能で、その主な機能は「a Cannabis Industry Traffic Exchange」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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:\/\/*\/*" ] } |