Eventbrite Events
This extension shows Eventbrite events by location
什么是Eventbrite Events?
Eventbrite Events是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension shows Eventbrite events by location”。
扩展截图
下载Eventbrite Events扩展crx文件
下载Eventbrite Events扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        # Eventbrite Events
A Chrome app to display the events on Eventbrite by location. Gets the events near you, or allows you to search for events by topic or location
Disclaimer: This extension is not affiliated to Eventbrite in any way                     扩展基本信息
| 名称 |   |  
| ID | jgccbaelkigkfhaobmmlffcmpjcajkpb | 
| 官方URL | https://chromewebstore.google.com/detail/eventbrite-events/jgccbaelkigkfhaobmmlffcmpjcajkpb | 
| 简介 | This extension shows Eventbrite events by location | 
| 文件大小 | 137 KB | 
| 安装次数 | 250 | 
| 当前版本 | 2.0.1 | 
| 更新时间 | 2016-10-03 | 
| 上架时间 | 2016-10-02 | 
| 开发者 | Unknown | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/saurabhsood91/eventbrite-popular | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eventbrite Events",
    "description": "This extension shows Eventbrite events by location",
    "version": "2.0.1",
    "browser_action": {
        "default_icon": "images\/eventbrite.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/eventbrite.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "identity",
        "storage",
        "geolocation",
        "https:\/\/www.eventbriteapi.com\/v3\/*",
        "https:\/\/www.eventbrite.com\/oauth\/authorize?response_type=token&client_id=D3S27VI266Y3FPZGBMAFWGC6HVBLCCZDEVJQTDRCFFSKR6Z4NP"
    ]
}  |  |