Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Norcal Challonge Autoseeder क्या है?
Norcal Challonge Autoseeder Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically seeds players as you add them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Norcal Challonge Autoseeder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension automatically seeds players in the Norcal region.
एक्सटेंशन की मूल जानकारी
नाम | Norcal Challonge Autoseeder |
ID | ggmicnjdefgcfholdboeeakcnealkhnb |
आधिकारिक URL | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
विवरण | Automatically seeds players as you add them. |
फ़ाइल का आकार | 102 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2017-02-25 |
प्रकाशन तिथि | 2017-02-25 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Norcal Challonge Autoseeder", "version": "1.0.4", "description": "Automatically seeds players as you add them.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "38": "icon-38.png" }, "default_title": "Automatically seeds players as you add them." }, "content_scripts": [ { "matches": [ "http:\/\/*.challonge.com\/*\/participants", "http:\/\/challonge.com\/*\/participants" ], "run_at": "document_start", "all_frames": true, "js": [ "jquery-2.1.4.js", "content-script.js" ] } ], "web_accessible_resources": [ "injected-script.js" ], "permissions": [ "declarativeContent", "http:\/\/challonge.com\/*\/participants" ], "icons": { "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |