RS Wiki RuneMetrics Logger
A chrome extension for the RS Wiki RuneMetrics logger project
Cos'è RS Wiki RuneMetrics Logger?
RS Wiki RuneMetrics Logger è un'estensione di Chrome sviluppata da HDR, e la sua funzione principale è "A chrome extension for the RS Wiki RuneMetrics logger project".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RS Wiki RuneMetrics Logger
Scarica i file di estensione RS Wiki RuneMetrics Logger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | RS Wiki RuneMetrics Logger |
ID | fjobglimbajmmfhoebbdipiodedaipfj |
URL Ufficiale | https://chromewebstore.google.com/detail/rs-wiki-runemetrics-logge/fjobglimbajmmfhoebbdipiodedaipfj |
Descrizione | A chrome extension for the RS Wiki RuneMetrics logger project |
Dimensione del File | 80.24 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-10-28 |
Data di Pubblicazione | 2019-10-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | HDR |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/HDR/RSWiki-Runemetrics-Extension |
URL della Pagina della Politica sulla Privacy | https://github.com/MrHDR/RSWiki-Runemetrics-Extension/blob/master/Privacy%20Policy.md |
Lingue Supportate | 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 } |