Event Finder

Finds events near your location and on the weekend using the Eventbrite API.

What is Event Finder?

Event Finder is a Chrome extension developed by Drazard, and its main feature is "Finds events near your location and on the weekend using the Eventbrite API.".

Extension Screenshots

screenshot
screenshot

Download Event Finder Extension CRX File

Download Event Finder 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

                        Event Finder allows you to provide specifics for your location to find events happening near you. There is also an option to search for events happening in the next weekend. Event Finder uses the Eventbrite API as its source of data.                    

Extension Basic Information

Name Event Finder Event Finder
ID mlkogpglpcnafcgpphiffhcfemdpkpep
Official URL https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep
Description Finds events near your location and on the weekend using the Eventbrite API.
File Size 671 KB
Installation Count 61
Current Version 1.0.1
Last Updated 2015-03-26
Publish Date 2015-03-25
Developer Drazard
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Event Finder",
    "version": "1.0.1",
    "description": "Finds events near your location and on the weekend using the Eventbrite API.",
    "browser_action": {
        "default_title": "Event Finder",
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/background.js"
        ],
        "pages": [
            "popup.html"
        ]
    },
    "short_name": "Event Finder",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}