protDarkTheme

ID: pebpamdifdlkmiikikjoachknkhikddg

Could be malicious

Supported Languages

🇺🇸English

Extension Info & Metadata

Status
Removed
Version
1.1
Size
0.00 MB
Rating
0.0/5
Reviews
0
Users
0
Type
Extension
Updated
Nov 30, 2022
Category
7_productivity
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
hubertspamulaView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
3
Active
2
Obsolete
1
Listed
3
Unlisted
0
Total Users
193

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
2
IPv4
0
IPv6
0

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.

clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx
www.protectedtext.com/*https://www.protectedtext.com/*

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

No IP addresses found

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.