In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Apa itu In Or Out?
In Or Out adalah ekstensi Chrome yang dikembangkan oleh https://inorout.epicswell.com, dan fitur utamanya adalah "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi In Or Out
Unduh file ekstensi In Or Out dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
URL Resmi | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
Deskripsi | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
Ukuran File | 90.71 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.8.1 |
Terakhir Diperbarui | 2015-09-13 |
Tanggal Publikasi | 2015-09-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://inorout.epicswell.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://inorout.epicswell.com/ |
URL Halaman Bantuan | http://inorout.epicswell.com/ |
Bahasa yang Didukung | 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" ] } |