תוספות לדפדפן Firefox
  • הרחבות
  • ערכות נושא
    • עבור Firefox
    • מילונים וחבילות שפה
    • אתרי דפדפנים אחרים
    • תוספות עבור Android
כניסה
הסמל של התוספת

היסטוריית גרסאות עבור YouTube Sort — Sort YouTube Video Tabs - ‏8 גרסאות

YouTube Sort — Sort YouTube Video Tabs Blue Cube Society מאת

דירוג 4.8 מתוך 5
4.8 כוכבים מתוך 5
5
3
4
1
3
0
2
0
1
0
היסטוריית גרסאות עבור YouTube Sort — Sort YouTube Video Tabs - ‏8 גרסאות
  • יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.

  • הגרסה העדכנית ביותר

    גרסה 1.6.2

    תאריך שחרור: 11 ספט׳ 2024 - 50.31 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Version 1.6.2 – Sep 11, 2024

    Fixes
    - Fixed an issue with unknown video tab data

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    יש צורך ב־Firefox כדי להשתמש בהרחבה זו
    הורדת Firefox וקבלת ההרחבה
    הורדת קובץ
  • גרסאות ישנות יותר

    גרסה 1.6.0

    תאריך שחרור: 8 ספט׳ 2024 - 49.92 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Version 1.6.0 – Sep 08, 2024

    New Features:
    - Added Tips (there is only one so far).

    Fixes:
    - Fixed an issue (#17) that prevented the video controls to be used, due to the indicator. It's now been moved to the description instead.
    - Fixed an issue (#16) where duplicate tabs haven't been sorted properly.
    - Fixed issue that the SponsorBlock specific setting wasn't being hidden properly, when no SponsorBlock detected.
    - Adjustment comments and issue references.

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
  • גרסה 1.5.1

    תאריך שחרור: 23 מאי 2024 - 105.92 ק״ב
    עובד עם ‏firefox 57.0 ומעלה
    Version 1.5.1 - May 23, 2024

    Fixes
    - Fixed an issue that the indicator accidentally hid the video settings on certain devices.
    - Fixed an issue that videos with unusual query parameters got accidentally removed with each sorting (i.e. when opening a tab from a different app, the url might include "app=desktop" before the "v=")
    - Fixed an issue that apparently not all videos have an embedUrl in the DOM, so the video ID gets fetched from the URL directly.

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
  • גרסה 1.5.0

    תאריך שחרור: 11 דצמ׳ 2023 - 159.25 ק״ב
    עובד עם ‏firefox 57.0 ומעלה
    ### Version 1.5 - December 11, 2023

    **Fixes**
    - Fixed an issue that entries that don't have youtubeIDs, break the whole sorting/listing process.
    - Fixed an issue that videos that premiered as a live stream got still marked as live stream, even though they finished years ago (endDate wasn't checked).
    - Fixed an issue that some videos have not been detected, because the mutationObserver didn't detect any changes. Now, the detection is called once manually on page-load
    - Fixed styling issue (transparent background)
    - Fixed type issue (String -> Integer)
    - Adjusted setup (dev deps) and publish process (instructions)

    **New Features**
    - Statistics are back! Shows the total video count, total runtime and total views.

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
  • גרסה 1.4.0

    תאריך שחרור: 21 נוב׳ 2023 - 156.34 ק״ב
    עובד עם ‏firefox 57.0 ומעלה
    ### Version 1.4 - November 21, 2023

    **Fixes**
    - Fixed an issue that kept old entries and youtube tabs that don't have videos in it in the tab list.
    - Fixed an issue where video durations where _always_ 2.999 seconds. Changed fetching of duration via meta tag with ISO 8601 conversion, which is unfortunately a tiny bit less precise, until YouTube changes things again.
    - Fixed a related issue where the author (aka channel name) was always undefined. It seems that the meta-data-tags seem a tiny bit unreliable.
    - Fixed an issue where the indicator didn't show up in the video controls
    - Fixed the icon on the store page

    **Improvements**
    - Replaced the indicator with a new icon instead of just a dot
    - Tabs in the list are now clickable
    - Slight styling adjustments
    - The MutationObserver now should fire the final data submission to the storage only once the video controls have been loaded.

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
  • גרסה 1.3.2

    תאריך שחרור: 17 ספט׳ 2023 - 28.94 ק״ב
    עובד עם ‏firefox 57.0 ומעלה
    **A New Look**
    - Changed the GUI design, to fit more into YouTube's design
    - Added a new tab to separate the settings from the rest
    - Video detection indicator changed, and now received a helper text, so you know what it is

    **New Features**
    - You can now sort by something else than just the duration! You can sort by title, duration, channel name, views, and upload date
    - You can now ignore live streams
    - These new sorting methods can be combined, so if you sort videos by channel name, and the order isn't obvious because there more than one video by that channel, you can then sort further (by something else)
    - Improved collection of video data ~~(all these are collected from the videoObject-Schema instead of the DOM)~~ Nope, now video meta-tags, which are also provided due to the schema
    - Now includes a list of detected tabs (mostly just for me for debugging).

    **Fixes and Improvements**
    - Videos get now saved using their Video ID, and not their URL, which means the same videos with different URLs don't get saved twice and get treated the same way. This also reduces some URL-regex code when trying to find the ID, and reduces valuable data length in the storage.
    - Videos get marked as live or playlist before they get saved. This does increase the storage a tiny bit, but simplifies filtering later
    - When filtering, old entries in the storage that can not be found anymore will not get deleted. In general, the filtering has been improved quite a bit, bit still could be improved further
    - Styling now uses SCSS (but hasn't been used to its full potential)
    - Improved code structure and naming.

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
  • גרסה 1.2.1

    תאריך שחרור: 23 אפר׳ 2023 - 21.08 ק״ב
    עובד עם ‏firefox 57.0 ומעלה
    ### Version 1.2 - April 23, 2023

    **A New Look**
    - Added custom icon
    - Changed the GUI design

    **Better Code, New Features**
    - Improved collection of video duration (now also works with video longer than 24 hours and shorts!)
    - You can choose if inactive/discarded tabs should be sorted as well
    - You can ignore certain video types (shorts, playlists, channel trailers). These videos will then not sorted and not shown in the statistics
    - You can now choose the sorting order (ascending, descending)

    **Misc Changes**
    - Updated manifest, package and Firefox store meta data (because someone forgot to remove tutorial data)
    - Removed icon badge entirely (because it was causing more trouble maintaining than it was actually useful for).

    **Known Issues**
    - The extension currently always adds video duration data into the local storage, but never deletes it once the tab is closed.

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
  • גרסה 1.1

    תאריך שחרור: 31 מרץ 2022 - 11.55 ק״ב
    עובד עם ‏firefox 48.0 ומעלה

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
מעבר לדף הבית של Mozilla

תוספות

  • על אודות
  • בלוג התוספות של Firefox
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

דפדפנים

  • Desktop
  • Mobile
  • Enterprise

מוצרים

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.