Riot Reddit
Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
什麼是Riot Reddit?
Riot Reddit是由dschu012開發的Chrome擴展程式,該擴展的主要功能是“Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums”。
擴展截圖
下載Riot Reddit擴展crx文件
下載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.
擴展基本資訊
名稱 | ![]() |
ID | oceacflbnbcacbkoapijbcclnpgdjgdi |
官方網址 | 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 } |