DIM Roll Appraiser
Gets roll appraiser data from light.gg and displays it on DIM
Wat is DIM Roll Appraiser?
DIM Roll Appraiser is een Chrome-extensie ontwikkeld door cdud99, en de belangrijkste functie is "Gets roll appraiser data from light.gg and displays it on DIM".
Extensie Screenshots
Download het CRX-bestand van de extensie DIM Roll Appraiser
Download DIM Roll Appraiser-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
Adds letter grades to weapons and armor on Destiny Item Manager website. Basisinformatie over de Extensie
| Naam | |
| ID | ffdfcijjjmnlieoaffimobonelffmgja |
| Officiële URL | https://chromewebstore.google.com/detail/dim-roll-appraiser/ffdfcijjjmnlieoaffimobonelffmgja |
| Beschrijving | Gets roll appraiser data from light.gg and displays it on DIM |
| Bestandsgrootte | 36.91 KB |
| Aantal Installaties | 68 |
| Huidige Versie | 0.3.0 |
| Laatst Bijgewerkt | 2023-07-14 |
| Publicatiedatum | 2023-07-14 |
| Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | cdud99 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DIM Roll Appraiser",
"version": "0.3.0",
"description": "Gets roll appraiser data from light.gg and displays it on DIM",
"manifest_version": 3,
"author": "Connor Dudley",
"action": {
"default_title": "DIM Roll Appraiser"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.destinyitemmanager.com\/*"
],
"js": [
"dim.js"
]
}
],
"icons": {
"16": "icons\/extension_icon_16x16.png",
"48": "icons\/extension_icon_48x48.png",
"128": "icons\/extension_icon_128x128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkz31mNFlftDdjcb4i0tZLiDa7\/Ox5vAji\/P3Z4sC\/tsYBy+j1pj2It5XWvipL7djuiYZbV368rBUIyMxrHDDyRJm0GCPWKaX0FsHII1H2+h66vwKiFikqBLpJuLjwwR8G77f+dMVPjGKUewpQxU68atmMmapwXG6bHEn6eTew7epMWudTh38I1gPC3wqbUoo\/vum8dG\/bU9SHk\/vK78WClNy5Q\/crc45NJ7zNR+NrQvJePtK+\/p8VBkqXM4mAml67zcQtQZEHGa3r6mympkBQ5j0yxnBebDDlPVCx5zWCS9ApOwzhMPxK828fC4H\/wQn5mSjPQgPEtVk+2TSpcyHoQIDAQAB"
} | |