Stable signalNo paid features detectedMedium-risk permissions
SponsorBlock for YouTube - Skip Sponsorships icon

SponsorBlock for YouTube - Skip Sponsorships

Skip sponsorships, subscription begging and more on YouTube videos. Report sponsors on videos you watch to save others' time.

Users2MCurrent public install base
Rating4.7Store average score
Reviews3,444Public review volume
Manifest versionV3Extension platform version
7-day growth0Net users gained this week
7-day growth rate0%Relative weekly velocity
Preview

SponsorBlock for YouTube - Skip Sponsorships Media preview

4 assets
Trend

User growth trend

Review user movement across collected snapshots.

User Growth Over Time

2M2M2M2M2M2026年7月16日2026年7月19日2026年7月22日Latest: 2M
Rating trend

7-day rating trend

View collected rating snapshots from the latest 7-day window to assess rating stability.

7-day rating change

Start
4.65
Latest
4.65
7-day rating change
0.00
4.554.604.654.704.752026年7月16日2026年7月19日2026年7月22日Latest: 4.65
2026年7月16日2026年7月22日
Growth overview

Daily, weekly, and monthly growth

Compare 1-day, 7-day, and 30-day net growth and growth rate.

1-day growthNo data
----
7-day growthFlat
00%
30-day growthNo data
----
Technical snapshot

Version, languages, and crawl freshness

Review publication date, version, supported languages, and crawl timestamps.

Version6.1.2
ManifestV3
Size1.74MiB
Languages47Deutsch / English / Filipino +44
Published
Store updated
Last crawled
DeutschEnglishFilipinoIndonesiaMelayuNederlandsTiếng ViệtTürkçecatalàdanskeestiespañol
Overview

Product summary

Review the store description, core capabilities, and common use cases.

Available on Firefox as well, visit my site: https://sponsor.ajay.app.

SponsorBlock lets you skip over sponsors, intros, outros, subscription reminders, and other annoying parts of YouTube videos. SponsorBlock is a crowdsourced browser extension that lets anyone submit the start and end times of sponsored segments and other segments of YouTube videos. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment.

You can also skip over non music sections of music videos.

This is open source and the entire database is public.

Permission explanations:

Access your data for youtube.com, www.youtube-nocookie.com:

Reviews

Recent review snapshot

Inspect the latest comments and rating distribution.

Store average score4.7Chrome Web Store aggregate rating, including ratings without synced review text
Synced text average4.5Average computed only from synced review bodies below
Reviews with text2,049Synced review bodies
Total ratings / reviews3,444Chrome Web Store public rating/review count

Store average score: 4.7. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.

5
1649
4
93
3
75
2
64
1
168
dimas ErRoR2024年8月24日
5

best

Version 5.7Language en
Cole Patterson2024年8月23日
5

Great! Now I don't have to watch rich YouTubers beg for more money.

Version 5.7Language en
5 helpful · 1 not helpful
Юрий2024年8月23日
5

Не хватает возможности установить стартовую отметку по умолчанию для всех видео. GPT сделал мне код для Tampermonkey. Он заставляет проигрывать ролик с 90й секунды. Если точка попадает в пропускаемый отрезок, то видео перематывается в конец пропускаемого отрезка. // ==UserScript== // @name YouTube Auto Start Time with SponsorBlock Skip // @namespace http://tampermonkey.net/ // @version 0.9 // @description Автоматическое начало воспроизведения видео на YouTube с определенного времени с пропуском спонсорских сегментов SponsorBlock // @author Вы // @match *://*.youtube.com/* // @grant none // ==/UserScript== (function() { 'use strict'; const targetTime = 90; // Установите время начала (в секундах) // Функция для получения данных от SponsorBlock API async function fetchSponsorBlockSegments(videoId) { const url = `https://sponsor.ajay.app/api/skipSegments?videoID=${videoId}&category=sponsor`; try { const response = await fetch(url); if (response.ok) { const data = await response.json(); if (Array.isArray(data)) { return data; } else { console.error('Неверный формат данных:', data); } } else { console.error('Ошибка HTTP:', response.status); } } catch (error) { console.error('Ошибка при получении данных от SponsorBlock:', error); } return []; } // Функция для проверки, попадает ли время в спонсорский сегмент function getSkipTime(segments, time) { // Найти последний сегмент, который охватывает целевое время let skipTime = null; for (const segment of segments) { if (time >= segment.segment[0] && time <= segment.segment[1]) { // Перемотка в конец спонсорского сегмента skipTime = segment.segment[1]; } } return skipTime; } // Основная функция для установки времени начала async function setStartTime() { const video = document.querySelector('video'); if (!video) return; const videoId = new URLSearchParams(window.location.search).get('v'); if (!videoId) return; const segments = await fetchSponsorBlockSegments(videoId); const skipTime = getSkipTime(segments, targetTime); // Перематываем видео if (video.currentTime < targetTime) { if (skipTime !== null) { video.currentTime = skipTime; } else { video.currentTime = targetTime; } } } // Запуск при загрузке страницы и смене видео window.addEventListener('yt-navigate-finish', setStartTime); window.addEventListener('load', setStartTime); })();

Version 5.7Language ru
1 helpful · 1 not helpful
sut2024年8月22日
5

このアプリはYoutubeが出す広告をブロックやスキップするものではありません。 あくまで動画本編中にある自己のチャンネル登録や行動を促すシーン、オープニング/エンディングアニメ、尺余り尺伸ばし、ステマやスポンサー提供品のレビューの警告など不要だったり不快だったりする部分を皆で投稿しスキップまたは警告を表示できるものです。 同作者が手掛けるDeArrowと同様日本ではあまり普及していませんが、ある程度再生数のある海外動画を見るとスポンサーの宣伝だったり動画タイトルと関係ない話題の部分は軒並みスキップされます。

Version 5.9.3Language ja
50 helpful · 2 not helpful
hidwy2024年8月21日
5

спасибо гениям сделавшим это

Version 5.7Language ru
4 helpful · 0 not helpful
Varia Iarovaia2024年8月20日
5

Хорошее расширение :)

Version 5.7Language ru
2 helpful · 0 not helpful
Maximilian Hansen2024年8月19日
5

Amazing extension! I love it and use it everyday. I know its a big feature request, but we would need the same thing for the longform videos posted on x.com!

Version 5.7Language en
1 helpful · 3 not helpful
Rune Højgaard de Blanck2024年8月19日
1

Virker ikke på YouTube. Ligesom mange af de andre såkaldte blockers. :(

Version 5.7Language da
0 helpful · 6 not helpful
ismael andrade2024年8月18日
1

Aqui não esta funcionando. Não recomendo

Version 5.7Language pt
9 helpful · 5 not helpful
Krzysztof Rudnicki2024年8月18日
5

Amazing idea, great execution, free, open-source, literally time-saving extension

Version 5.7Language en
2 helpful · 0 not helpful