League of Legends Boards Themes
A supplemental extension for the League of Legends Boards for selecting customized Boards themes.
Τι είναι το League of Legends Boards Themes;
Το League of Legends Boards Themes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wuks, και η κύρια λειτουργία του είναι "A supplemental extension for the League of Legends Boards for selecting customized Boards themes.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης League of Legends Boards Themes
Λήψη αρχείων επέκτασης League of Legends Boards Themes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will be maintained by the Riot Games Volunteer Programs for the purposes of extending the functionalities of the League of Legends Boards across all regions. If you encounter any issues or have any feedback for this extension, please email [email protected] or post in the Boards Community & Moderation sub-board. Features: * Cleaner Boards Theme * Red Tracker Filter * Upvote/Downvote Features Visibility Patch Notes: # Version 1.0.4 (Content Voting Adjustments!) + Downvoting will be disabled on Concepts & Creations to promote healthier discussions around player creations. + Total upvotes will be hidden across entire Boards for first two hours. # Version 1.0.2 (Bug Fix) + Support for Oceania added # Version 1.0.1 (New Features) + Red Tracker Filter added + Ability to toggle features added Upcoming Features: * Additional Boards Themes
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | infahnbhpbfhabjcepjndgfgdcjpifgm |
Επίσημο URL | https://chrome.google.com/webstore/detail/league-of-legends-boards/infahnbhpbfhabjcepjndgfgdcjpifgm |
Περιγραφή | A supplemental extension for the League of Legends Boards for selecting customized Boards themes. |
Μέγεθος Αρχείου | 1.1 MB |
Αριθμός Εγκαταστάσεων | 12 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2017-05-27 |
Ημερομηνία Δημοσίευσης | 2017-05-27 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Wuks |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://boards.na.leagueoflegends.com/en/c/community-moderation |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "League of Legends Boards Themes", "description": "A supplemental extension for the League of Legends Boards for selecting customized Boards themes.", "version": "1.0.5", "manifest_version": 2, "options_page": "options.html", "permissions": [ "https:\/\/boards.na.leagueoflegends.com\/*", "https:\/\/boards.euw.leagueoflegends.com\/*", "https:\/\/boards.eune.leagueoflegends.com\/*", "https:\/\/boards.jp.leagueoflegends.com\/*", "https:\/\/boards.lan.leagueoflegends.com\/*", "https:\/\/boards.las.leagueoflegends.com\/*", "https:\/\/boards.br.leagueoflegends.com\/*", "https:\/\/boards.ru.leagueoflegends.com\/*", "https:\/\/boards.tr.leagueoflegends.com\/*", "https:\/\/boards.pbe.leagueoflegends.com\/*", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/boards.na.leagueoflegends.com\/*", "https:\/\/boards.oce.leagueoflegends.com\/*", "https:\/\/boards.pbe.leagueoflegends.com\/*", "https:\/\/boards.euw.leagueoflegends.com\/*", "https:\/\/boards.eune.leagueoflegends.com\/*", "https:\/\/boards.jp.leagueoflegends.com\/*", "https:\/\/boards.lan.leagueoflegends.com\/*", "https:\/\/boards.las.leagueoflegends.com\/*", "https:\/\/boards.br.leagueoflegends.com\/*", "https:\/\/boards.ru.leagueoflegends.com\/*", "https:\/\/boards.tr.leagueoflegends.com\/*" ], "js": [ "runtime.js" ] } ], "browser_action": { "default_popup": "options.html" }, "web_accessible_resources": [ "boards.js", "boardsTheme.js", "boards_magic.jpg", "jhin.png" ], "icons": { "16": "boards-16.png", "128": "boards-128.png" } } |