RS Wiki RuneMetrics Logger
A chrome extension for the RS Wiki RuneMetrics logger project
Wat is RS Wiki RuneMetrics Logger?
RS Wiki RuneMetrics Logger is een Chrome-extensie ontwikkeld door HDR, en de belangrijkste functie is "A chrome extension for the RS Wiki RuneMetrics logger project".
Extensie Screenshots
Download het CRX-bestand van de extensie RS Wiki RuneMetrics Logger
Download RS Wiki RuneMetrics Logger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | RS Wiki RuneMetrics Logger |
ID | fjobglimbajmmfhoebbdipiodedaipfj |
Officiële URL | https://chromewebstore.google.com/detail/rs-wiki-runemetrics-logge/fjobglimbajmmfhoebbdipiodedaipfj |
Beschrijving | A chrome extension for the RS Wiki RuneMetrics logger project |
Bestandsgrootte | 80.24 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-10-28 |
Publicatiedatum | 2019-10-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | HDR |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/HDR/RSWiki-Runemetrics-Extension |
URL van de Privacybeleid Pagina | https://github.com/MrHDR/RSWiki-Runemetrics-Extension/blob/master/Privacy%20Policy.md |
Ondersteunde Talen | 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 } |