In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
In Or Out क्या है?
In Or Out https://inorout.epicswell.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में In Or Out एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
आधिकारिक URL | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
विवरण | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
फ़ाइल का आकार | 90.71 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.8.1 |
अंतिम अपडेट | 2015-09-13 |
प्रकाशन तिथि | 2015-09-13 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://inorout.epicswell.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://inorout.epicswell.com/ |
सहायता पृष्ठ URL | http://inorout.epicswell.com/ |
समर्थित भाषाएँ | 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" ] } |