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 |
官方網址 | 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:\/\/*\/*" ] } |