RS Wiki RuneMetrics Logger
A chrome extension for the RS Wiki RuneMetrics logger project
什么是RS Wiki RuneMetrics Logger?
RS Wiki RuneMetrics Logger是由HDR开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension for the RS Wiki RuneMetrics logger project”。
扩展截图
下载RS Wiki RuneMetrics Logger扩展crx文件
下载RS Wiki RuneMetrics Logger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension version of the RS Wiki Runemetrics logger Grabs drop data from Runescape's runemetrics page and uploads them to the Runescape wiki servers to give more accurate drop rates on the official runescape wiki. Script source: https://pastebin.com/raw/nrXbNiAH The original script belongs to the Runescape wiki, the data on drops and kills is sent to their servers, you can read their privacy policy here: https://weirdgloop.org/privacy/
扩展基本信息
名称 | RS Wiki RuneMetrics Logger |
ID | fjobglimbajmmfhoebbdipiodedaipfj |
官方URL | https://chromewebstore.google.com/detail/rs-wiki-runemetrics-logge/fjobglimbajmmfhoebbdipiodedaipfj |
简介 | A chrome extension for the RS Wiki RuneMetrics logger project |
文件大小 | 80.24 KB |
安装次数 | 34 |
当前版本 | 1.1 |
更新时间 | 2019-10-28 |
上架时间 | 2019-10-28 |
评分 | 5.00/5 共1次评分 |
开发者 | HDR |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/HDR/RSWiki-Runemetrics-Extension |
隐私政策页面URL | https://github.com/MrHDR/RSWiki-Runemetrics-Extension/blob/master/Privacy%20Policy.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RS Wiki RuneMetrics Logger", "version": "1.1", "description": "A chrome extension for the RS Wiki RuneMetrics logger project", "browser_action": [], "permissions": [ "tabs", "https:\/\/apps.runescape.com\/runemetrics\/app\/pvm-kills" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/apps.runescape.com\/runemetrics\/app\/pvm-kills" ], "js": [ "jquery-3.3.1.min.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |