Riot Reddit
Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Apa itu Riot Reddit?
Riot Reddit adalah ekstensi Chrome yang dikembangkan oleh dschu012, dan fitur utamanya adalah "Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Riot Reddit
Unduh file ekstensi Riot Reddit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | oceacflbnbcacbkoapijbcclnpgdjgdi |
URL Resmi | https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi |
Deskripsi | Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums |
Ukuran File | 35.71 KB |
Jumlah Instalasi | 330 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2016-02-05 |
Tanggal Publikasi | 2016-02-05 |
Penilaian | 4.60/5 Total 10 Penilaian |
Pengembang | dschu012 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/dschu012/RiotReddit |
URL Halaman Kebijakan Privasi | https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md |
Bahasa yang Didukung | 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 } |