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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ League of Legends Boards Themes League of Legends 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"
    }
}