Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

SkipStream의 버전 기록 - 8개 버전

SkipStream 제작자: Govindarajulu

아직 평점이 없습니다
0 / 5
5
0
4
0
3
0
2
0
1
0
SkipStream의 버전 기록 - 8개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 1.6.5

    2026년 6월 5일에 출시 - 53.35 KB
    firefox 140.0 이상, android 142.0 이상에서 작동
    • Full backup/restore: Export now includes watch history (skipstream_cache), stats, site rules, theme, animeSkipEnabled, and all credentials + prefs. Import merges history (keeps newer timestamp per title), combines session counts, takes higher skip/time-saved values.
    • Export filename is date-stamped: skipstream-backup-YYYY-MM-DD.json
    • Button labels changed to "Export All" and "Import & Merge" with explanatory hint text
    • CONTRIBUTING.md, HOW_TO_RELEASE.md, TESTING.md, PRIVACY.md: all rewritten, concise
    • AMO listing description: rewritten to match current features accurately

    MIT 라이선스에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 1.6.4

    2026년 6월 4일에 출시 - 52.68 KB
    firefox 140.0 이상, android 142.0 이상에서 작동
    • Force sync button: Sync button in history panel pushes all local positions to cloud then refreshes; shows item count and timestamp
    • Last sync time: status bar shows when data was last synced to cloud
    • Skip button missing on mid-segment seek: findActiveSegment now has +1s end grace; seeked event resets activeSegmentKey so seeking into an active segment always shows the button
    • Cloud save confirmation: successful saves now write skipstream_last_sync timestamp to local storage
    • README: rewritten to be concise - what it does, setup, file structure only
    • Options page description: shortened to one clear sentence

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.3

    2026년 6월 4일에 출시 - 51.56 KB
    firefox 140.0 이상, android 142.0 이상에서 작동
    • updateSkipBadge crash: was calling getElementById('skipMaster') which no longer exists in popup.html (removed when redesigned to skipModeSelect dropdown); badge now reads from passed prefs object directly
    • Per-site rules ignored in skip poll: poll was checking prefs[prefKey] for auto-skip decision instead of effectivePrefs[prefKey]; per-site overrides now fully applied to both the master gate and the per-segment auto-skip decision
    • Native platform poller ignored per-site rules: startNativeBtnPoller read prefs.skipMaster directly; now calls getSitePrefs(prefs) so domain overrides disable native button clicking correctly
    • autoNextEpisode missing from import/export: EXPORT_KEYS in options.js was missing autoNextEpisode; the pref was lost on settings export/import
    • device_name missing from history fetch: SUPABASE_GET_ALL select did not include device_name; popup history now shows which device saved each position

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.2

    2026년 6월 4일에 출시 - 51.56 KB
    firefox 140.0 이상, android 142.0 이상에서 작동
    • Per-site skip rules: override global skip mode per domain in Settings (e.g. always prompt on Crunchyroll, auto-all on Netflix); stored locally, applied in real-time without page reload
    • Dark/light theme toggle: sun/moon icon in popup header; respects system preference on first load, persists manual override
    • Segment confidence badge: skip button and countdown show a star/diamond badge when segment has 5+ or 10+ reports from IntroDB
    • device_name in sync payload: upsert now includes browser name (Firefox/Edge/Chrome) so history shows which device saved each position

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.1

    2026년 6월 3일에 출시 - 49.1 KB
    firefox 140.0 이상, android 142.0 이상에서 작동
    • Native platform skip buttons: clicks the platform's own "Skip Intro/Recap/Credits" button when present (Netflix, Prime, Disney+, Hulu, Max, Crunchyroll, Peacock, Paramount+, Apple TV+, Tubi) - works without IntroDB API key
    • Auto Next Episode: optional toggle to automatically advance to the next episode when within 10s of end; off by default
    • autoNextEpisode pref added to PREF_DEFAULTS, ALL_TOGGLES, and popup init wiring
    • startNativeBtnPoller now correctly called inside attachVideo
    • onNavigation now resets _nextEpTriggered and clears native button poller on SPA navigation

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.0

    2026년 6월 3일에 출시 - 48.05 KB
    firefox 140.0 이상, android 142.0 이상에서 작동
    • Skip countdown toast: auto-skip now shows a 3-second countdown with Undo button instead of jumping instantly; cancels if video pauses
    • Playback speed control: 1x / 1.25x / 1.5x / 2x selector in Settings panel; persists across pages and syncs to active video immediately
    • Watch stats panel: new Stats tab showing in-progress titles, total watch time tracked, total segments skipped, time saved, and session count
    • "Still watching" auto-dismiss: generic text-match observer clicks platform continue/resume overlays automatically on any site
    • Import / Export settings: backup and restore all credentials and preferences as a JSON file from the Settings page
    • Offline upsert queue: failed cloud saves are queued in local storage and replayed automatically when network reconnects
    • Skip mode dropdown wired: skipModeSelect in popup now correctly writes to storage and content script respects it immediately
    • Skip mode selector was non-functional: popup.html had been redesigned to a single dropdown but popup.js was still wiring non-existent individual toggle elements

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.5.9

    2026년 6월 2일에 출시 - 44.38 KB
    firefox 140.0 이상, android 142.0 이상에서 작동
    • Version bump: advance past tags v1.5.7 and v1.5.8; all version files aligned to 1.5.9
    • Movie embed mediaId: getMediaId() now handles /movie/{id} and /tv/{id} paths correctly
    • Movie embed warn: suppressed false-positive "Could not identify episode" on movie embed URLs
    • Manifest: removed data_collection_permissions from manifest.json and all related assertions
    • CI: removed SHA-pinned action refs across all workflows; pinning to named versions

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.5.8

    2026년 5월 31일에 출시 - 43.91 KB
    firefox 140.0 이상, android 142.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.