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

Xporcle version history - 12 versions

Xporcle by ToranSharma

There are no ratings yet
0 Stars out of 5
5
0
4
0
3
0
2
0
1
0
Xporcle version history - 12 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 2.3.1

    Released 20 Aug 2021 - 53.76 kB
    Works with firefox 48.0 and later
    Version 2.3.1 2021-08-20
    ================
    ### Fixed
    - Add quiz to poll button.

    Source code released under GNU General Public Licence v3.0 only

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 2.3.0

    Released 19 Aug 2021 - 53.74 kB
    Works with firefox 48.0 and later
    Version 2.3.0 2021-08-19
    ================
    ### Added
    - Quiz Queue
    - Button for hosts to add the quiz they are on to the queue.
    - Draggable (for hosts) list of quizzes in the queue.
    - Remove button for hosts to remove quizzes from the queue.
    - Go to quiz button for hosts to visit the page of quizzes in the queue.
    - Controls for hosts to toggle and customise interval for auto changing to
    next quiz.
    - Option to set default interval for auto changing.
    - Countdown under leaderboard displaying time left until change to next
    quiz.
    - Button to cancel the countdown for hosts.
    - Option to set default duration for next quiz polls.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 2.2.0

    Released 16 Aug 2021 - 50.59 kB
    Works with firefox 48.0 and later
    Version 2.2.0 2021-08-16
    ================
    ### Added
    - Close button to Create Poll and Vote Info boxes.
    - Collapse toggles to Create Poll and vote Info boxes.

    ### Changed
    - Xporcle interface now scrollable if longer than available space.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 2.1.0

    Released 14 Aug 2021 - 50.05 kB
    Works with firefox 48.0 and later
    Version 2.1.0 2021-08-14
    ================
    ### Added
    - Poll feature to vote for next quiz.
    - Interface for hosts to create a poll together.
    - Popup box for users to submit their votes.
    - Vote progress information box.

    ### Changed
    - Moved styling into external stylesheets.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 2.0.0

    Released 22 Mar 2021 - 46.44 kB
    Works with firefox 48.0 and later
    Version 2.0.0 2021-03-22
    ================
    ### Added
    - Remove player option in leaderboard right click menu.

    ### Changed
    - Updated server communications to work with new Quart-WebSocketRooms based API.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 1.2.1

    Released 24 Dec 2020 - 46.5 kB
    Works with firefox 48.0 and later
    Version 1.2.1 2020-12-24
    ================
    ### Fixed
    - Start detection for non hosts.
    - Start countdown button styling.
    - Suggestion clearing to stay after changing page.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 1.2.0

    Released 23 Dec 2020 - 45.98 kB
    Works with firefox 48.0 and later
    Version 1.2.0 2020-12-23
    ================
    ### Fixed
    - Crossword type quiz start detection.

    ### Added
    - Auto inputting of room code from url's hash.
    - Auto joining of room if default username is set.
    - Countdown before quiz is started.
    - Button clear to the suggestion list.

    ### Changed
    - Link with room code in hash is put in clipboard rather than just the room code on creating a room.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 1.1.1

    Released 29 May 2020 - 45.38 kB
    Works with firefox 48.0 and later
    Version 1.1.1 2020-05-29
    ================
    ### Fixed
    - Handling of host changing when not on a quiz.
    - Save room button is now removed when player is removed from being a host.
    - Save room button is now added when a player is promoted to being a host.

    ### Changed
    - Styling of form headers and buttons.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 1.1.0

    Released 28 May 2020 - 45.21 kB
    Works with firefox 48.0 and later
    Version 1.1.0 2020-05-28
    ================
    ### Added
    - Ability to save the state of the room under a custom name.
    - Ability to load a room from a saved state.
    - Ability to delete saved rooms in the options popup window.
    - Ability to rename saved rooms in the options popup window.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 1.0.1

    Released 27 May 2020 - 42.86 kB
    Works with firefox 48.0 and later
    Version 1.0.1 2020-05-27
    ================
    Fixed error handling while joining room. The error message is now displayed in UI after the the interface has been reset.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 1.0.0

    Released 25 May 2020 - 42.57 kB
    Works with firefox 48.0 and later
    Version 1.0.0 2020-05-25
    ================
    ### Added
    - Options to the options page and page action popout window.
    - Option to auto fill a custom default username in the create and join room
    forms.
    - Option to blur out the room code, maybe useful if streaming a private room.
    - Options script to handle the changing and saving of the options.
    - Options page stylesheet.
    - Button to suggest a quiz to hosts.
    - List of suggestions from other players for hosts to look at.
    - Handling of being promoted to a host.
    - Handling of being removed as a host.
    - Custom context menu for hosts to promote other users to a host.

    ## Changed
    - Websocket server url changed to toransharma.com/xporcle.
    - Leaderboard now includes a wins column, and points ties are decided by wins.

    Source code released under GNU General Public Licence v3.0 only

    Download file
  • Version 0.0.2

    Released 19 May 2020 - 36.99 kB
    Works with firefox 48.0 and later
    Version 0.0.2 2020-05-19
    ================
    ### Added
    - Gecko browser specific settings extension ID for future Firefox storage API support.
    - Sending of a connection closed message from the background script to the content script.
    - Corresponding connection close message handing in the content script.
    - Handling of quiz finished message to update internal state of the background script.

    ### Fixed
    - Handling of changing page while a quiz is being played.
    - Resetting of internal state variables in background script.
    - Missing declaration of interfaceContainer.
    - Width of interfaceBox to account for differing scroll bar size in Firefox.
    - Handling of start quiz messages when quiz is already running. This only really affects the host of a room.
    - Clipboard writing to support Firefox.

    Renamed content script from script.js to xporcle.js.

    Removed debugging console messages from content and background scripts.

    Source code released under GNU General Public Licence v3.0 only

    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

Download

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacy
  • Cookies
  • Legal

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