Riot Reddit

Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums

Riot Redditคืออะไร?

Riot Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dschu012 และคุณลักษณะหลักของมันคือ "Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Riot Reddit

ดาวน์โหลดไฟล์ส่วนขยาย Riot Reddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will allow users to easily see when a Rioter has commented on a Reddit post in /r/leagueoflegends. It provides user friendly buttons much like the League of Legends forums.                    

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

ชื่อ Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
คำอธิบาย Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
ขนาดไฟล์ 35.71 KB
จำนวนการติดตั้ง 330
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2016-02-05
วันที่เผยแพร่ 2016-02-05
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา dschu012
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/dschu012/RiotReddit
URL หน้านโยบายความเป็นส่วนตัว https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Riot Reddit",
    "description": "Navigate comments left by Rioter's on \/r\/leagueoflegends much like the system used on Riot's forums",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "http:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "arrive.min.js",
                "riotReddit.comments.js"
            ]
        },
        {
            "matches": [
                "http:\/\/reddit.com\/r\/leagueoflegends\/*",
                "https:\/\/reddit.com\/r\/leagueoflegends\/*",
                "http:\/\/*.reddit.com\/r\/leagueoflegends\/*",
                "https:\/\/*.reddit.com\/r\/leagueoflegends\/*"
            ],
            "exclude_matches": [
                "http:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "http:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "arrive.min.js",
                "riotReddit.listings.js"
            ]
        }
    ],
    "version": "1.3",
    "manifest_version": 2
}