In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Wat is In Or Out?
In Or Out is een Chrome-extensie ontwikkeld door https://inorout.epicswell.com, en de belangrijkste functie is "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
Extensie Screenshots
Download het CRX-bestand van de extensie In Or Out
Download In Or Out-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pkikmnicaplbfnllcmmakjgapkblpmen |
| Officiële URL | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
| Beschrijving | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
| Bestandsgrootte | 90.71 KB |
| Aantal Installaties | 11 |
| Huidige Versie | 1.8.1 |
| Laatst Bijgewerkt | 2015-09-13 |
| Publicatiedatum | 2015-09-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://inorout.epicswell.com |
| Betalingswijze | free |
| Extensiewebsite | http://inorout.epicswell.com/ |
| Help Pagina-URL | http://inorout.epicswell.com/ |
| Ondersteunde Talen | 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"
]
} | |