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
拡張機能の基本情報
名前 | Eventbrite Events |
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" ] } |