In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
What is In Or Out?
In Or Out is a Chrome extension developed by https://inorout.epicswell.com, and its main feature is "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
Extension Screenshots
Download In Or Out Extension CRX File
Download In Or Out 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
This extension was written to make the task of organizing basketball games easier. There are a handful of people in the world who will find this useful. You are probably not one of them.
Extension Basic Information
Name | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
Official URL | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
Description | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
File Size | 90.71 KB |
Installation Count | 11 |
Current Version | 1.8.1 |
Last Updated | 2015-09-13 |
Publish Date | 2015-09-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://inorout.epicswell.com |
Payment Type | free |
Extension Website | http://inorout.epicswell.com/ |
Help Page URL | http://inorout.epicswell.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "In Or Out", "version": "1.8.1", "manifest_version": 2, "description": "Used with http:\/\/inorout.epicswell.com\/ to see who is playing basketball (v1.8.1)", "icons": { "48": "images\/me_48x48.png" }, "browser_action": { "default_icon": "inorout.png", "default_popup": "popup.html", "default_title": "In Or Out" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/inorout.epicswell.com\/*", "tabs", "notifications", "cookies" ], "web_accessible_resources": [ "images\/me_48x48.png" ] } |