Eventbrite Events
This extension shows Eventbrite events by location
What is Eventbrite Events?
Eventbrite Events is a Chrome extension developed by Unknown, and its main feature is "This extension shows Eventbrite events by location".
Extension Screenshots
Download Eventbrite Events Extension CRX File
Download Eventbrite Events extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# 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
Extension Basic Information
Name | Eventbrite Events |
ID | jgccbaelkigkfhaobmmlffcmpjcajkpb |
Official URL | https://chromewebstore.google.com/detail/eventbrite-events/jgccbaelkigkfhaobmmlffcmpjcajkpb |
Description | This extension shows Eventbrite events by location |
File Size | 137 KB |
Installation Count | 250 |
Current Version | 2.0.1 |
Last Updated | 2016-10-03 |
Publish Date | 2016-10-02 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/saurabhsood91/eventbrite-popular |
Supported Languages | 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" ] } |