DIM Roll Appraiser
Gets roll appraiser data from light.gg and displays it on DIM
What is DIM Roll Appraiser?
DIM Roll Appraiser is a Chrome extension developed by cdud99, and its main feature is "Gets roll appraiser data from light.gg and displays it on DIM".
Extension Screenshots
Download DIM Roll Appraiser Extension CRX File
Download DIM Roll Appraiser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds letter grades to weapons and armor on Destiny Item Manager website.
Extension Basic Information
Name | DIM Roll Appraiser |
ID | ffdfcijjjmnlieoaffimobonelffmgja |
Official URL | https://chromewebstore.google.com/detail/dim-roll-appraiser/ffdfcijjjmnlieoaffimobonelffmgja |
Description | Gets roll appraiser data from light.gg and displays it on DIM |
File Size | 36.91 KB |
Installation Count | 68 |
Current Version | 0.3.0 |
Last Updated | 2023-07-14 |
Publish Date | 2023-07-14 |
Rating | 2.50/5 Total 2 Ratings |
Developer | cdud99 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |