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 |
公式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 |
Eメール | [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 } |