Privacy policy for YouTube Audio Sync Fix
YouTube Audio Sync Fix by Supreme Lobster
Privacy policy for YouTube Audio Sync Fix
YouTube Audio Sync Fix does not collect or transmit personal data, browsing
data, usage data, or technical data to the extension developer or to any other
party. It contains no analytics, advertising, tracking, or telemetry.
The extension runs a content script only in YouTube and YouTube No-Cookie
documents, including YouTube player frames embedded in other websites. It does
not receive access to the surrounding website that embeds a player.
To perform the audio/video resynchronization locally, the content script:
- checks whether a keyboard event is a held and released Space key;
- checks whether the event occurred in an editable control so it can ignore it;
- checks a video element's playback state, current time, duration, and connection
to the document; and - briefly changes the video's current playback time before restoring it.
These operations happen entirely inside the browser. The extension does not
record typed text or retain a history of keyboard events, videos, pages, or
playback activity.
The extension has no persistent storage and does not use cookies, local
storage, synchronized storage, or a remote database. It temporarily keeps only
the timing and video reference needed to complete the current Space-key
interaction. Those values remain in memory for the duration of the interaction
and are then discarded automatically.
Because no user data is collected, there is no user data to retain, sell,
share, disclose, or delete.
The extension makes no network requests and sends no information to the
developer or third parties. It does not load remote code or use third-party
services.
YouTube and Firefox may continue their own normal network and data-processing
activity while a video is playing or seeking. That activity is controlled by
those services and is governed by their respective privacy policies; it is not
data collection performed by this extension.
The extension requests no WebExtension API permissions. Its manifest limits
the content script to:
https://*.youtube.com/*https://*.youtube-nocookie.com/*
Firefox's data-collection declaration for the extension is
required: ["none"].Website access is used only to detect a playing video and apply the local
double-seek resynchronization described above.
This policy may be updated if the extension's functionality or data practices
change. The date at the top of this file identifies the latest revision.
Questions or concerns about this policy can be submitted through the project's
GitHub issue tracker.