In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Qu'est-ce que In Or Out ?
In Or Out est une extension Chrome développée par https://inorout.epicswell.com, et sa fonction principale est "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension In Or Out
Téléchargez les fichiers d'extension In Or Out au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
URL Officiel | 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) |
Taille du Fichier | 90.71 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.8.1 |
Dernière Mise à Jour | 2015-09-13 |
Date de Publication | 2015-09-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://inorout.epicswell.com |
Type de Paiement | free |
Site Web de l'Extension | http://inorout.epicswell.com/ |
URL de la Page d'Aide | http://inorout.epicswell.com/ |
Langues Prises en Charge | 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" ] } |