Security Warning: High Security Risk
instantly Youtube Ad Skipper
ID: oibacbhkhlcacigohghfekegcfgmglnd
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- kirwakoView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
- Website
- Visit
Email Change History
Skips all Youtube ads | removes banner and sidebar ads | skips ads instantly
Google recommends using Chrome when using extensions and themes. Skips all Youtube ads | removes banner and sidebar ads | skips ads instantly Skips all Youtube ads | removes banner and sidebar ads | skips ads instantly. - Works on sites with embedded Youtube videos 😁 - This skips all types of ads & It skips instantly!! 😲 - This removes ads that come on the side and removes the incoming ad alert. 🙌 - This skips unskippable ads by speeding up the video to a maximum playback rate of 16, (default 1) 😎 YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear! Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad. A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad. Seamlessly block YouTube ad-blocker popups for uninterrupted viewing Web extension that removes all YouTube ads without ever getting you a warning. YouTube AdSkipper is your ultimate solution for seamlessly skipping and muting ads while enjoying your favorite content on YouTube. Automatically skips video ads and closes banner ads on YouTube. YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear! Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad. A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad. Seamlessly block YouTube ad-blocker popups for uninterrupted viewing Web extension that removes all YouTube ads without ever getting you a warning. YouTube AdSkipper is your ultimate solution for seamlessly skipping and muting ads while enjoying your favorite content on YouTube.
This extension requests no permissions and has no recorded risk factors.
The popup silently fetches an ad feed from https://ads-feed.brainosia.com — a domain completely unrelated to the publisher (kirwako.dev). This undisclosed third-party ad network is not mentioned anywhere in the CWS listing, description, or privacy policy, making it covert monetization. The remote feed controls ad images, link URLs, and interstitial images that are rendered directly to users.
// Fetch ads from remote URLlet ads = [];try { const response = await fetch( "https://ads-feed.brainosia.com/data.json?v=" + Math.random() ); if (!response.ok) throw new Error("Failed to fetch ads"); ads = await response.json(); console.log(ads);The extension injects SweetAlert2 and confirm-ad-redirect.js into every page the user visits (<all_urls>), despite the stated purpose being limited to YouTube ad-skipping. This establishes a persistent foothold on all sites solely to render in-page dialogs promoting ads fetched from brainosia.com when the user interacts with the popup — effectively injecting third-party ad content into any open web page.
{ "matches": [ "<all_urls>" ], "js": [ "ad-script/sweetalert2.min.js", "ad-script/confirm-ad-redirect.js" ], "css": [ "ad-script/sweetalert2.min.css" ]}The ad.image value from the remote brainosia.com feed is interpolated directly into innerHTML without sanitization. A crafted value such as `" onerror="maliciousCode()` could inject executable attributes into the popup DOM. Because this runs in the privileged extension popup context, any injected script would have access to chrome.* APIs.
slide.innerHTML = `<img src="${ad.image}" style="width:200px; height:50px; object-fit:contain; display:block;" alt="Ad">`;By severity
Versions scanned
Showing 1 of 2 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 1.0.1 | 3 |
Files with findings
2 distinct paths — top paths by unique finding count:
- ad-script/ad-script.js2
- manifest.json1
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.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
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.
