Security Warning: High Security Risk
Rolls For Dice Dreams
ID: oceapemjmgojdbhfehekbaimcedgfnbn
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- MONTASSIRHDView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Today I will show you how to Use and get Rolls For Dice Dreams!
Welcome to the Rolls For Dice Dreams Guide extension. This extension provides helpful information on how to make the most of your Rolls in Dice Dreams, And how to use Rolls effectively in Dice Dreams And Hashtag Generator.
This extension requests no permissions and has no recorded risk factors.
The extension calls `chrome.tabs.update({ url: 'https://dicedreamsfreerollsgenerator.com' })` at line 2 immediately on DOMContentLoaded, forcibly redirecting the user's active tab the moment the popup opens with no user interaction required. DeepSeek argues this is a legitimate shortcut pattern, but a genuine shortcut extension would wire the navigation to the 'VISIT NOW' button (`redirectButton`) that is prominently shown in popup.html — that button has no event listener in popup.js whatsoever, meaning the UI presents a fake affordance of user consent while the redirect has already silently fired, a structural deception that no honest shortcut extension would exhibit.
document.addEventListener("DOMContentLoaded", function() { chrome.tabs.update({ url: "https://dicedreamsfreerollsgenerator.com" }); const generateButton = document.getElementById("generate"); const keywordInput = document.getElementById("keyword"); const hashtagsDiv = document.getElementById("hashtags"); generateButton.addEventListener("click", function() { const keyword = keywordInput.value; if (keyword) { const hashtags = generateHashtags(keyword); displayHashtags(hashtags); } });By severity
Versions scanned
None of the 1 scanned version has more than one unique code-review finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| No versions with multiple unique findings. | |
Files with findings
1 distinct path — top paths by unique finding count:
- popup.js1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.