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 |
官方網址 | 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 } |