Boards Enhancement Kit
Enhances the League of Legends boards by providing additional features to it.
Boards Enhancement Kit क्या है?
Boards Enhancement Kit Tundra Fizz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the League of Legends boards by providing additional features to it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Boards Enhancement Kit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hey guys, Tundra here
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ogbnojcnphljpnfijgohgdkhealoalla |
आधिकारिक URL | https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla |
विवरण | Enhances the League of Legends boards by providing additional features to it. |
फ़ाइल का आकार | 262 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.4.4 |
अंतिम अपडेट | 2019-08-21 |
प्रकाशन तिथि | 2019-08-21 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Tundra Fizz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boards Enhancement Kit", "short_name": "BEK", "author": "Tundra Fizz", "description": "Enhances the League of Legends boards by providing additional features to it.", "version": "0.4.4", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.leagueoflegends.com\/*" ], "css": [ "css\/bek-panel.css" ], "js": [ "js\/jquery.js", "js\/perfect-scrollbar.js", "js\/main.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/*.gif", "img\/*.png" ], "browser_action": { "default_title": "Boards Enhancement Kit", "default_popup": "popup\/popup.html", "default_icon": { "128": "icons\/icon128.png" } }, "permissions": [ "activeTab", "storage", "webRequest", "*:\/\/*.leagueoflegends.com\/*", "*:\/\/tundrafizz.space\/*", "*:\/\/fizzic.al\/*" ], "manifest_version": 2 } |