Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

behind! version history - 22 versions

behind! by Devrim Sahin

Rated 4.6 out of 5
4.6 Stars out of 5
5
33
4
3
3
1
2
1
1
2
behind! version history - 22 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 0.2.20

    Released Apr 15, 2022 - 54.26 KB
    Works with firefox 48.0 and later
    Enhanced the "bypass results page for single image results" feature so that it enables users to automatically open the widest / tallest / largest image result. Resolves the issue described here: https://github.com/kubuzetto/behind/issues/25

    Source code released under Mozilla Public License 2.0

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 0.2.19

    Released Mar 14, 2022 - 182.1 KB
    Works with firefox 48.0 and later
    A minor bug was fixed where the last item in a srcset was not parsed properly.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.18

    Released Mar 13, 2022 - 183.62 KB
    Works with firefox 48.0 and later
    - Fixed a case where URLs that failed to load in the inline page may keep trying, thus generating network traffic
    - Fixed a bug parsing urls from srcset tags where the URLs contained commas.

    These fixes solves the following issue: https://github.com/kubuzetto/behind/issues/22

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.17

    Released Sep 23, 2021 - 53.54 KB
    Works with firefox 48.0 and later
    Hotfix for an ordering bug in 0.2.16 (largest first / largest last options did not work)

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.16

    Released Sep 23, 2021 - 53.53 KB
    Works with firefox 48.0 and later
    Added result sorting functionality

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.15

    Released May 25, 2021 - 52.79 KB
    Works with firefox 48.0 and later
    - The 'tallest', 'widest' and 'largest image' marks are no longer shown in the result page if there is only one result. Also, hovering on these icons now show their meanings (added title texts on the icons)
    - Image filename is shown under the image whenever possible.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.14

    Released May 5, 2021 - 51.68 KB
    Works with firefox 48.0 and later
    The 'fetch as blob' workaround introduced in 0.2.13 is now optional (i.e. treated as a fallback option if the original method doesn't work), as it interfered with several users' workflow.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.13

    Released May 2, 2021 - 51.65 KB
    Works with firefox 48.0 and later
    - Fixed an issue where certain URLs would not be accessible (see https://github.com/kubuzetto/behind/issues/10)

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.12

    Released Nov 14, 2020 - 52.2 KB
    Works with firefox 48.0 and later
    The largest, widest and tallest image results are now indicated with small icons.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.11

    Released Oct 19, 2020 - 51.56 KB
    Works with firefox 48.0 and later
    - Minor fix for duplicate image results

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.10

    Released Oct 18, 2020 - 51.56 KB
    Works with firefox 48.0 and later
    - Added image preview page
    - Added "bypass result screen for single result" option
    - Video tags are now shown properly
    - Option page is shown upon first install

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.9

    Released Oct 13, 2020 - 49.78 KB
    Works with firefox 48.0 and later
    Regex for URL matching is fixed: https://github.com/kubuzetto/behind/issues/6

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.8

    Released Aug 23, 2020 - 49.79 KB
    Works with firefox 48.0 and later

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.7

    Released Jul 20, 2020 - 49.58 KB
    Works with firefox 48.0 and later
    - Added theme selection controls in the Options page into the main window as well
    - Result pages of the add-on are no longer kept in browser history. Since this feature requires another permission (the history permission), it is left optional and can be disabled.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.6

    Released Jul 15, 2020 - 48.21 KB
    Works with firefox 48.0 and later
    Dark theme

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.5

    Released Jul 7, 2020 - 44.9 KB
    Works with firefox 48.0 and later
    - Tweak the images page a little
    - Waterfox compatibility

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.4

    Released Jul 6, 2020 - 44.79 KB
    Works with firefox 48.0 and later
    Tweaked the CSS, re-added the missing SVG icon

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.3

    Released Jul 6, 2020 - 42.12 KB
    Works with firefox 48.0 and later
    Image resolutions are now shown under the images.
    SVG icon is changed with PNG, allowing compatibility with Chrome.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.2

    Released Jul 5, 2020 - 25.01 KB
    Works with firefox 48.0 and later
    Added an options page where the user can choose to bring the new tab forward by default.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.1

    Released Mar 29, 2020 - 23.62 KB
    Works with firefox 48.0 and later
    - Removed 'store' permission request.
    - Added polyfill for chrome support, fixed some edge cases.
    - Added message for when no images were found.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.2.0

    Released Mar 28, 2020 - 16.13 KB
    Works with firefox 48.0 and later
    - Localization support implemented; Turkish and English is supported.
    - Changed the execution model for a more lightweight background script. In this version, the background script is completely event-driven and does not store any state.
    - Added support for capturing image from canvas tags (This uses toDataURL() and does not work for WebGL contexts where preserveDrawingBuffer flag is set to false).
    - Fixed weird race condition issue where the context menu string is not updated when DOM traversal takes longer than context menu opening.
    - This version also requires storage permissions. It does not do anything with it, but the next version will need the permission for the options page.

    Source code released under Mozilla Public License 2.0

    Download file
  • Version 0.1.0

    Released Mar 27, 2020 - 13.58 KB
    Works with firefox 48.0 and later

    Source code released under Mozilla Public License 2.0

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.