Is "YT Time Machine" on Chrome Web Store Safe to Install?

[email protected] · chrome · v1.1

Ever wish you could travel back and experience a YouTube channel's golden era? Or maybe you're trying to track down a specific set of tutorials from a few years ago, but you're tired of scrolling past hundreds of recent uploads just to find them. YT Time Machine is the ultimate filter for YouTube power users. Whether you want to see exactly what made a creator blow up in 2018, dig up the best tech guides from 2022, or just binge-watch the absolute top-tier bangers from 2023–2026, this extension makes it happen instantly. How it works: 1) Navigate to any YouTube channel's "Videos" tab. 2) Click the YT Time Machine icon and set your "From" and "To" years. 3) Hit Find Top 20. 4) Boom. You instantly get a sleek, dark-mode dashboard showcasing the most viewed, most viral videos from exactly that era.

Risk Assessment

Analyzed
62.69
out of 100
MEDIUM

32 security findings detected across all analyzers

Chrome extension requesting 5 permissions

Severity Breakdown

0
Critical
0
High
22
Medium
10
Low
0
Info

Finding Categories

1
Network
19
IoC Indicators

YARA Rules Matched

7 rules(10 hits)
postinstall network communication postinstall file download postinstall crypto operations postinstall file manipulation AlertStatementsShouldNotBeUsed postinstall environment access postinstall system command

Requested Permissions

5 permissions
activeTab
Medium
tabs
Medium
scripting
Low
https://www.youtube.com/*
Low
https://www.googleapis.com/*
Low

About This Extension

Ever wish you could travel back and experience a YouTube channel's golden era? Or maybe you're trying to track down a specific set of tutorials from a few years ago, but you're tired of scrolling past hundreds of recent uploads just to find them. YT Time Machine is the ultimate filter for YouTube power users. Whether you want to see exactly what made a creator blow up in 2018, dig up the best tech guides from 2022, or just binge-watch the absolute top-tier bangers from 2023–2026, this extension makes it happen instantly. How it works: 1) Navigate to any YouTube channel's "Videos" tab. 2) Click the YT Time Machine icon and set your "From" and "To" years. 3) Hit Find Top 20. 4) Boom. You instantly get a sleek, dark-mode dashboard showcasing the most viewed, most viral videos from exactly that era.

Detailed Findings

12 total

YARA Rule Matches

7 rules

Indicators of Compromise

Network indicators, suspicious strings, and potential IoCs extracted during analysis

URLs
5
Domains
14
Strings
19

All Indicators · 19

Domain
detected Domain: item.id

XIOC detected Domain: item.id

extracted_from_files

Domain
detected Domain: box.style

XIOC detected Domain: box.style

extracted_from_files

Domain
detected Domain: overlay.style

XIOC detected Domain: overlay.style

extracted_from_files

Domain
detected Domain: list.style

XIOC detected Domain: list.style

extracted_from_files

Domain
detected Domain: closebtn.style

XIOC detected Domain: closebtn.style

extracted_from_files

Domain
detected Domain: yt-proxy-psi.vercel.app

XIOC detected Domain: yt-proxy-psi.vercel.app

extracted_from_files

URL
detected URL: https://youtube.com/watch?v=$

XIOC detected URL: https://youtube.com/watch?v=$

extracted_from_files

Domain
detected Domain: header.style

XIOC detected Domain: header.style

extracted_from_files

URL
detected URL: https://www.youtube.com/*

XIOC detected URL: https://www.youtube.com/*

extracted_from_files

URL
detected URL: https://www.googleapis.com/*

XIOC detected URL: https://www.googleapis.com/*

extracted_from_files

Domain
detected Domain: row.target

XIOC detected Domain: row.target

extracted_from_files

Domain
detected Domain: row.style

XIOC detected Domain: row.style

extracted_from_files

Domain
detected Domain: container.style

XIOC detected Domain: container.style

extracted_from_files

Domain
detected Domain: request.to

XIOC detected Domain: request.to

extracted_from_files

Domain
detected Domain: www.youtube.com

XIOC detected Domain: www.youtube.com

extracted_from_files

Domain
detected Domain: tab.id

XIOC detected Domain: tab.id

extracted_from_files

URL
detected URL: https://yt-proxy-psi.vercel.app

XIOC detected URL: https://yt-proxy-psi.vercel.app

extracted_from_files

Domain
detected Domain: overlay.id

XIOC detected Domain: overlay.id

extracted_from_files

URL
detected URL: https://clients2.google.com/service/update2/crx

XIOC detected URL: https://clients2.google.com/service/update2/crx

extracted_from_files

AI Security Report

AI Security Review

Risky Plugins reviewed this extension with an AI-assisted security workflow on 2026-04-27. The review verdict is likely false positive with 78% confidence.

Recommended action: suppress false positive.
Risk context: MEDIUM risk, score 63/100.
Evidence context: threat category none; evidence quality weak.

Extension Overview

"YT Time Machine" (version 1.1) claims to let users "travel back and experience a YouTube channel's golden era" based on its store description. The developer is listed as an email address ([email protected]) with no company attribution, and the extension has 0 users. These factors warrant scrutiny but do not constitute evidence of malicious intent.

Finding Analysis

The evidence contains 32 total findings, but the vast majority are known false positive patterns:

  1. IoC False Positives: Of the 20 IoC findings, 4 are clearly property access chains misread as domains: row.target, header.style, row.style, and closebtn.style. These are JavaScript/CSS property accesses (e.g., element.style) that the XIOC extractor incorrectly parses as domain names. This is a well-documented false positive pattern.

  2. Benign Domains: The remaining IoCs include https://youtube.com/watch?v=$, https://clients2.google.com/service/update2/crx, https://www.googleapis.com/*, and https://www.youtube.com/* — all legitimate Google/YouTube infrastructure domains.

  3. Suspicious Domain: The only potentially concerning IoC is yt-proxy-psi.vercel.app. Vercel is a legitimate hosting platform, and this domain could be the extension's own proxy service for YouTube functionality. Without evidence of data exfiltration or malicious behavior, this domain alone does not confirm malicious intent.

  4. Code-Smell Noise: The 10 code-smell findings are classified as low severity and match known noise patterns (basic Node.js patterns, generic code quality rules). Per the guidelines, code-smell findings should not drive verdicts.

  5. No Malware Signatures: Critically, there are 0 malware signatures, 0 obfuscation findings, and 0 credential theft patterns. The tabs permission in manifest.json is consistent with the extension's stated YouTube functionality.

Counterargument

A skeptic might argue that the yt-proxy-psi.vercel.app domain combined with the tabs permission and anonymous developer could indicate a data collection or proxyware extension. However, this argument fails because: (1) there is no malware signature evidence, (2) no obfuscation is present, (3) no credential theft patterns exist, and (4) proxy functionality could be legitimate for the stated "time machine" feature. The finding volume is inflated by known IoC false positive patterns, not malicious behavior.

Conclusion

The evidence quality is weak for confirming malicious intent. The findings are consistent with a legitimate but poorly documented extension, with finding volume driven by known false positive patterns rather than actual threats.

Key Reasons

  • No malware signatures detected (0 findings)
  • IoC findings dominated by false positive patterns (property chains, benign domains)
  • Code-smell findings are known noise per CVEQ guidelines
  • No obfuscation or credential theft patterns present
  • No evidence of data exfiltration or malicious network behavior

False Positive Considerations

  • IoC property access chains misread as domains (row.target, header.style)
  • Code-smell findings classified as low severity noise
  • Benign Google/YouTube infrastructure domains in IoC list
  • No malware signatures or obfuscation present

Frequently Asked Questions