VPN for Discord

VPN for Discord

ID: cpmminfjchfmlnoncniejplodncncoon

Supported Languages

🇪🇹Amharic
🇸🇦Arabic
🇧🇩Bengali
🇧🇷Brazilian Portuguese
🇧🇬Bulgarian
🇪🇸Catalan
🇨🇳Chinese (Simplified)
🇹🇼Chinese (Traditional)
🇭🇷Croatian
🇨🇿Czech
🇩🇰Danish
🇳🇱Dutch
🇺🇸English
🇪🇪Estonian
🇵🇭Filipino
🇫🇮Finnish
🇫🇷French
🇩🇪German
🇬🇷Greek
🇮🇳Gujarati
🇮🇱Hebrew
🇮🇳Hindi
🇭🇺Hungarian
🇮🇩Indonesian
🇮🇹Italian
🇯🇵Japanese
🇮🇳Kannada
🇰🇷Korean
🇲🇽Latin American Spanish
🇱🇻Latvian
🇱🇹Lithuanian
🇲🇾Malay
🇮🇳Malayalam
🇮🇳Marathi
🇳🇴Norwegian
🇮🇷Persian
🇵🇱Polish
🇵🇹Portuguese
🇷🇴Romanian
🇷🇺Russian
🇷🇸Serbian
🇸🇰Slovak
🇸🇮Slovenian
🇪🇸Spanish
🇰🇪Swahili
🇸🇪Swedish
🇮🇳Tamil
🇮🇳Telugu
🇹🇭Thai
🇹🇷Turkish
🇺🇦Ukrainian
🇻🇳Vietnamese

Extension Info & Metadata

Status
Active
Version
0.0.5
Size
0.96 MB
Rating
2.7/5
Reviews
53
Users
10,000
Type
Extension
Updated
Jun 22, 2026
Category
Tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
AI TechView 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
30,259
Screenshot 1

Secure your online activity with VPN for Discord. VPN offers safe browsing and access to blocked content!

🌐 Looking for a secure and reliable VPN for Discord or a virtual private network for Chrome? Our extension is designed to enhance your browsing experience while protecting your online activity. With a virtual private network, you can browse the web securely, bypass restrictions, and enjoy our tool for all your needs. 🔓 Using a virtual private network is simple, even if you’ve never done it before. In just a few steps, you’ll be up and running. Here’s how to use a VPN: 1️⃣ Install our Chrome extension 2️⃣ Enjoy unrestricted internet access 3️⃣ Choose the server location of your choice Whether you're learning how to use a virtual private network or looking for a way to stay anonymous online. It allows you to access websites and services that may be blocked in your region. For example, our VPN for Discord ensures seamless connection to your favorite apps no matter where you are. 🚀 Our extension is loaded with features: • Easy-to-use interface 🎯 • Access to global servers 🌍 • No registration required 🔑 ➤ Stay anonymous and protect your data 🔒 ➤ Access region-locked content with ease 📺 ➤ Unlimited bandwidth for a smooth experience ⚡ Still wondering how to use a virtual private network? It’s simple! Once installed, all you need to do is select your preferred server and enjoy secure internet access from anywhere. This extension shows ads for our other products. They won’t interrupt your experience or restrict anything—you can keep using all features in full.

Item
Type
Severity
Description
proxy
Permission
Critical
This permission allows the extension to control the browser's proxy settings. Rated Critical because it can route all traffic through potentially malicious proxies, enabling man-in-the-middle attacks and traffic monitoring.
<all_urls>
Host
Critical
Broad host access — the extension can read/modify content on every website.
Broad Host Permissions
Risk Factor
High
This extension has broad host permissions allowing it to access many or all websites.
storage
Permission
Medium
This permission allows storing data locally in the browser. Rated Medium because it can persist sensitive user data, track user activities over time, and potentially store malicious payloads.

Every time the extension popup opens, an iframe is injected pointing to api.serve-ea.one/creative-init.html — an external, unknown domain that can serve arbitrary HTML and JavaScript inside the popup. The served content can change at any time without an extension update, making this a persistent remote code loading channel. This behavior is not disclosed in the CWS listing (declared data collection: none).

code/embed.js (Line 4)
const API_BASE_URL = 'https://api.serve-ea.one';function processAdBlock(element) {  if (element.hasAttribute('data-ea-processed')) {    return;  }  const productShowcaseUuid = element.getAttribute('data-product-showcase-uuid');  if (!productShowcaseUuid) {    console.error('EA Embed: No product showcase UUID found on element:', element);    return;  }  element.setAttribute('data-ea-processed', 'true');  const iframe = document.createElement('iframe');  iframe.src = `${API_BASE_URL}/creative-init.html?productShowcaseUuid=${productShowcaseUuid}`;  iframe.style.width = '100%';  iframe.style.height = '1px';  iframe.style.border = 'none';  iframe.style.display = 'block';  iframe.setAttribute('scrolling', 'no');  iframe.setAttribute('data-ea-iframe', 'true');  iframe.setAttribute('data-product-showcase-uuid', productShowcaseUuid);  while (element.firstChild) {    element.removeChild(element.firstChild);  }  element.appendChild(iframe);

A persistent UUID (ext_ads_client_id) is generated on first use and stored in localStorage, then included in every impression and click POST to ext-ads-mvp.captain-products.workers.dev — a third-party ad backend unrelated to the VPN's stated purpose. This constitutes undisclosed behavioral tracking: the CWS listing declares 'none' for data collection, directly contradicting the actual data flow. The client_id allows the third party to correlate popup open events across time and sessions for the same user.

ads-platform/scripts/tracking.js (Line 4)
var CLIENT_ID_STORAGE_KEY = "ext_ads_client_id";function getClientId() {  var existingId = null;  try {    existingId = localStorage.getItem(CLIENT_ID_STORAGE_KEY);  } catch (_e) {    return null;  }  if (existingId) {    return existingId;  }  var newId = crypto.randomUUID();  try {    localStorage.setItem(CLIENT_ID_STORAGE_KEY, newId);  } catch (_e) {    return null;  }  return newId;}function buildPayload(banner) {  return {    banner_id: banner.id,    timestamp_ms: Date.now(),    client_id: getClientId(),  };}function postEvent(config, eventType, path, banner) {  var url = config.apiBaseUrl + path;  var payload = buildPayload(banner);  fetch(url, {    method: "POST",    headers: {      "content-type": "application/json"    },    body: JSON.stringify(payload),    keepalive: true,  })

By severity

Critical0
High1
Medium1
Low0

Versions scanned

Showing 1 of 5 scanned versions with more than one unique finding. Counts are unique findings that include each version.

Extension VersionCode Review Findings
0.0.52

Files with findings

2 distinct paths — top paths by unique finding count:

  • ads-platform/scripts/tracking.js1
  • code/embed.js1
S.No.
Category
Severity
File
Summary
Found in Version
1Remote Code Loading
high
code/embed.js (line 4)Every time the extension popup opens, an iframe is injected pointing to api.serve-ea.one/creative-init.html — an external, unknown domain that can serve arbitrary HTML and JavaScript inside the popup. The served conte…
2Tracking
medium
ads-platform/scripts/tracking.js (line 4)A persistent UUID (ext_ads_client_id) is generated on first use and stored in localStorage, then included in every impression and click POST to ext-ads-mvp.captain-products.workers.dev — a third-party ad backend unrel…
URLs
73
IPv4
3
IPv6
0

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.

ext-ads-mvp.captain-products.workers.dev-https://ext-ads-mvp.captain-products.workers.dev
chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgfhttps://chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgf?utm_source=extads&utm_medium=vpp_for_discord&utm_campaign=banner_1
chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgfhttps://chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgf?utm_source=extads&utm_medium=vpp_for_discord&utm_campaign=banner_2
chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgfhttps://chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgf?utm_source=extads&utm_medium=vpp_for_discord&utm_campaign=banner_3
chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgfhttps://chromewebstore.google.com/detail/youtube-to-text/apnedodbofogffiagpekmbeflilkcbgf?utm_source=extads&utm_medium=vpp_for_discord&utm_campaign=banner_4
text.ru-https://text.ru/?utm_source=extads&utm_medium=vpp_for_discord&utm_campaign=banner_1
text.ru-https://text.ru/?utm_source=extads&utm_medium=vpp_for_discord&utm_campaign=banner_2
nethouse.ru-https://nethouse.ru/?p=extads_vpp_for_discord_1
nethouse.ru-https://nethouse.ru/?p=extads_vpp_for_discord_2
www.jivo.ru-https://www.jivo.ru/?partner_id=49587&utm_source=vpp_for_discord_1
Showing 1 to 10 of 80 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

127.0.0.1
IPv4
-
2.3.3.3
IPv4
-
2.3.3.1
IPv4
-
Showing 1 to 5 of 10 rows
Rows per page:

Code Diff

Compare extension code between any two versions.

0 changed files (scanned top 25 shared text files)

No comparable text files found between these versions.

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.