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

היסטוריית גרסאות עבור Fairy Ring - ‏25 גרסאות

Fairy Ring Danger Dev מאת

דירוג 5 מתוך 5
5 כוכבים מתוך 5
5
3
4
0
3
0
2
0
1
0
היסטוריית גרסאות עבור Fairy Ring - ‏25 גרסאות
  • יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.

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

    גרסה 0.13.4

    תאריך שחרור: 13 אפר׳ 2025 - 177.42 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה, ‏android 120.0 ומעלה
    BETA 0.13.4:

    Bug Fix:
    + Added support for various new Gold wildlife.

    קוד המקור משוחרר תחת MIT License

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

    גרסה 0.13.3

    תאריך שחרור: 31 מאי 2024 - 177.32 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה, ‏android 120.0 ומעלה
    ### BETA 0.13.3:
    Bug Fix:
    + Added support for Gold Tortoise and Gold Badgers.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 27 אפר׳ 2024 - 177.39 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה, ‏android 120.0 ומעלה
    ### BETA 0.13.2:
    Bug Fix:
    + Fixed a bug with the "open all" buttons on wildlife pages which caused gardens on the first page to not be tracked as already having been opened.
    + Fixed a bug where refreshing the garden by clicking the garden name assumed that you had just watered it (thus setting the plate % to 0).

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 27 אפר׳ 2024 - 177.32 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה, ‏android 120.0 ומעלה
    ### BETA 0.13.1:
    Bug Fix:
    + Fixed a bug where refreshing the garden by clicking the garden name assumed that you had just watered it (thus setting the plate % to 0).

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 21 אפר׳ 2024 - 177.57 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה, ‏android 120.0 ומעלה
    ### BETA 0.13.0:
    Major Changes:
    + This update changed many things on the backend in order to migrate from Chrome manifest V2 to V3 which had a deadline of June 2024.

    Permissions changes:
    + Note: Fairy Ring can still only work on fairylandgame.com and does not collect any data. All changes here were simply requirements to work with ManifestV3.
    + Added "scripting" as a permission due to this being a requirement to use insertCSS in ManifestV3, which we use to insert the dark theme.
    + Converted Browser_action to "action" per ManifestV3.
    + Converted background script background.js to be a service_worker. This is the script that tells Fairy Ring when to load (when it sees you are on fairylandgame.com).
    + Added new web accessible resource script "onloadlistener.js" which can only be loaded on fairylandgame.com. This script converted the old inline script method of listening for garden refreshes and further details can be seen below.

    Backend changes:
    + Converted inline script for listening to Ajax calls to instead be injected as a file, OnLoadListener.js. This is how Fairy Ring knows when the page is done loading after you water a garden so that it can run again. This is a safer way of doing this and is enforced in Manifest V3 so is required.
    + Changed background.js (for applying dark mode) from the legacy tabs.insertCSS to use chrome.scripting.insertCSS for ManifestV3. This works the same functionally and is for applying the dark mode for users who turn it on.
    + Changed the 'scriptvalue' element checkbox to be "LoadCompleteCheckbox" for clarity. This is used as a marker on the page to indicate that the AJAX listener has seen that it has completed it's loading so that fairy ring can run safely.
    + Added function "injectScript" which injects OnLoadListener (the AJAX listeners) as detailed above.
    - Removed inline script for this LoadCompleteCheckbox/AJAX listeners which has been replaced by OnLoadListener.js. This way was incompatible with Manifest V3 and the new way is safer.
    + Updated Jquery to 3.7.1.
    + Updated icon update paths in background.js to be absolute paths and changed browserAction to action for manifestV3.

    Other Changes:
    + Fixed the Dark Mode theme not applying to the wildlife quick search bar.
    + Added support for the 4 new gold wildlife types, and for the last 2 categories of Alice that have been causing "NaN%" errors on plates.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 8 יוני 2023 - 175.9 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.14:
    Bug Fix:
    + Fixed the (ownername) and (fairyname) features for the typer.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 24 פבר׳ 2023 - 175.96 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.13:
    Features:
    + Added a toggle (off by default) to hide the watering can animation. This means that you can have normal animations on while hiding just this.

    Bug Fix:
    + Fixed a crash caused by the game renaming pond & garden creatures to "underwater" when they were spotted underwater.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 2 ינו׳ 2023 - 175.76 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.12:

    Bug Fix:
    + Fixed a crash caused by birthday cakes being changed to "15th birthday cake". Re-did the check for this so this will not happen in the future hopefully.
    + Added support for the new birthday wildlife.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 1 דצמ׳ 2022 - 175.66 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.11:
    Bug Fix:
    + Fixed a crash caused by birthday cakes being changed to "10th birthday cake". Added a few years of future cakes as well for future proofing.

    + Changed urls to update my updated github name.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 18 יוני 2022 - 175.59 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.10:
    Bug Fix:
    + Fixed an issue with the new "Toad" creature causing crashes.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 19 מאי 2022 - 175.63 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    Bug Fix:
    + Fixed an issue with certain critters showing up as "NaN" (5 and 6 word creatures)

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 17 אפר׳ 2022 - 175.61 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.8:
    Bug Fix:
    + Added support for the new 4th table from the alice challenges so that the top right "total percentage chance" works with it.
    + Fixed a bug which was crashing fairy ring for gardens with "just right porridge"

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 10 אוק׳ 2021 - 175.57 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.7:
    Bug Fix:
    + Added support for the new alice critters pt 2 release.
    + Fixed the new food and text clipping

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 3 אוג׳ 2021 - 175.5 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.6:
    Bug Fix:
    + Fixed a crash caused by the update to the new food plate formatting.
    + Fixed a dark theme issue where certain backwall posts were being highlighted as blue

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 31 יולי 2021 - 175.11 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.5:
    Bug Fix:
    + Fixed birdbaths causing Fairy Ring to crash.
    + Fixed custom food plates not showing visit window above them.
    + Fixed an issue with text wrapping on the visit window.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 30 יולי 2021 - 175.08 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.4:
    Bug Fix:
    + Added support for the new Alice food.
    + Added the new Alice creatures.
    + Rewrote how timings are written above food plates.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 11 מאי 2021 - 174.8 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.3:
    Bug Fix:
    + Fixed the open all buttons which were broken with the latest update
    + Many various dark theme fixes as the dark theme was ravaged by the new update.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 21 מרץ 2021 - 174.73 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.2:
    Changes:
    + Reworded the "hide gardens with no food" button to include frozen gardens. It always did this but now it says it.
    + Changed the update color highlight text, it should be a bit easier to read now.

    Bug Fix:
    + Fixed a bug where frozen gardens were no longer being hidden when the "hide gardens with no food" button was checked.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 21 מרץ 2021 - 174.7 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.1:
    Features:
    + Added a new button toggle in the settings to reorder the search gardens box on the home page. This will move it to the top of the page if enabled.

    Changes:
    + The "hide gardens on the homepage with no food" will now also hide wilting gardens with no food.
    + + Before this did not hide wilting gardens due ot the valuable snails, but as they are now removed I feel it is no longer needed.
    + Changed the dark theme for the new homepage, it should look much better.

    Bug Fix:
    + Fixed the homepage open all buttons which were broken with the recent homepage update.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 12 מרץ 2021 - 174.69 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.12.0:
    Features:
    + Updated timings for the latest food changes
    + + A script was made and we collected and analyzed 50k records of recent wildlife visits with the new food.
    + + To see our findings and the data, the link is here: https://docs.google.com/spreadsheets/d/1LBwHMC0UqZjxoIxJWJ9WNE5emCklzAeqvfpAuDNibIE/
    + Added the ability to buy custom amounts of dusts at the store.

    Changes:
    + Added "dead time" to the food timing equation, in a nutshell this considerably increases the accuracy of it all in general and you will see more plates with a negative number indicating that nothing can currently be present.
    + Minor formatting changes in some menus.
    + Removed the dark mode transparent gold image for prizes, it was causing images to stack vertically rather than horizontally and sadly with how fairyland was made I'm not sure of how to do it otherwise and so it'll just break the dark theme when you occasionally see it as white boxes, but you wont have gold going off the page.
    Bug Fix:
    + Fixed a dark mode bug which made some text for the sprinkle timer dissapear due to sizing.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 13 ינו׳ 2021 - 172.88 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.11.4:
    Changes:
    + The Open all button on wildlife pages will no longer ignore gardens which have blocked you as you can now water in them. This could be added as a toggle-able option if requested.

    Bug Fix:
    + Fixed a crash caused by the latest update involving blocking people. Anytime you would visit a garden which had blocked you fairy ring would not function.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 12 דצמ׳ 2020 - 172.96 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.11.3:
    Bug Fix:
    + Fixed a bug which was occasionally causing (ownername) to not insert the owner's name. This was because the name was loading before fairy ring's code could run sometimes when the open-all buttons were used and it'd have to load a bunch of gardens at once. Added a check for this.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 11 דצמ׳ 2020 - 172.94 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.11.2:
    Bug Fix:
    + Fixed a bug which was preventing the blocklist from updating when the "persistent opened gardens" option was not checked.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 6 דצמ׳ 2020 - 172.9 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    ### BETA 0.11.1:
    Bug Fix:
    + Fixed a bug where (ownername) wasn't working in the typer tab box for when a critter is spotted.

    קוד המקור משוחרר תחת MIT License

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

    תאריך שחרור: 6 דצמ׳ 2020 - 172.9 ק״ב
    עובד עם ‏firefox 57.0 ומעלה, ‏android 57.0 עד 68.*
    Features:
    + Added "persistent opened garden sessions" setting
    + When off: The open all buttons on wildlife pages functions as it did before (if you refresh or go to a different one it resets.
    + When on: The open all button will now keep track of which gardens you have opened across all wildlife pages and after resets or even closing your browser, it can only be manually reset by clicking the button.
    + This means that you can hunt multiple wildlife types without opening the same gardens. Note, this does not impact the open all buttons on garden pages themselves, only wildlife.

    + Added (ownername) as an option that you can use in the typer tab, this will insert the garden owner's name into your message so you can thank them!
    + You may notice that it takes a second to fill it in rather than everything else being instant, this was the initial problem because the page takes longer to load the garden owner name because it has to fetch it from facebook each time. I found a way to have it simply insert it once the page gets it without having to stop everything to wait for it.

    Changes:
    + Added a toggle checkbox in settings to turn off the "and has a percent chance of..." message in the bottom right status message on gardens. It will now be off by default but can be re-enabled.
    + Some changes on the backend to make Fairy Ring run a bit faster/more efficient

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
מעבר לדף הבית של 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 או כל גרסה עדכנית יותר.