Chronic Traffic
a Cannabis Industry Traffic Exchange
Chronic Trafficคืออะไร?
Chronic Traffic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Triforce Media และคุณลักษณะหลักของมันคือ "a Cannabis Industry Traffic Exchange"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chronic Traffic
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*" ] } |