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