Security Alert: Confirmed Malware
protDarkTheme
ID: pebpamdifdlkmiikikjoachknkhikddg
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- hubertspamulaView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
Supper simple and safe dark theme for https://www.protectedtext.com/ Darkens background and all tabs. Whole extension consists of 2…
Supper simple and safe dark theme for https://www.protectedtext.com/ Darkens background and all tabs. Whole extension consists of 2 files and u can build it yourself: manifest.json: ==================== { "manifest_version": 3, "name": "protDarkTheme", "version": "1.1", "content_scripts": [ { "js": ["protDarkTheme.js"], "matches": ["https://www.protectedtext.com/*"] } ] } ==================== protDarkTheme.js: ==================== const idNames = ["main-content-outter", "menubar"]; const classNames = ["textarea-contents"]; const idHandles = []; idNames.forEach(element => { // console.log(element); idHandles.push(document.getElementById(element)); }); idHandles.forEach(element => { element.style.backgroundColor = "black"; element.style.color = "white"; }); var intervalId = window.setInterval(function() {repeat()}, 1000); // clearInterval(intervalId); function repeat(){ //why adding to const does even work? const classHandles = []; //clears array classNames.forEach(element => { // console.log(element); let temp = Array.from(document.getElementsByClassName(element)); temp.forEach(subelement => { // console.log(subelement); classHandles.push(subelement); }); }); classHandles.forEach(element => { // console.log(element); element.style.backgroundColor = "black"; element.style.color = "white"; }); } ==================== First release (v1.1) on 2022-12-01
Extracted Data
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
Version History
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
Browse and explore files within this extension package
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.