6
5 Comments

Google Chrome team has approved the extension for Widget-Board :)

a week ago i submitted the dedicated WB chrome extension, and today I saw that the extension was DECLINED!

their reason was that i asked for permission to access the users' tabs data with no actual use of it, so they suggested i removed it.

i was very unhappy because i thought it would take another week for the extension to be approved, but it only took a few hours :)

so i thank the chrome team very much!!!

widget board is here:
https://widget-board.com

and the extension is here:
https://chrome.google.com/webstore/detail/widget-board/gpdjfeaipjkdapdfkobjphpabnmogman/

did any of you guys have had a similar experience with chrome extension submission?

on December 3, 2020
  1. 1

    We've gotten our review time down from about 3-4 days to < 1 day. Our strategy for this was 3 fold:

    1. After your first submission, I'm pretty sure they just review the delta
    2. Make sure we're dynamically requesting permissions (using chrome.permissions.request) instead of asking for them upfront
    3. Our browser extension is open-source, and we link to the GitHub actions build that produced the extension: https://github.com/twschiller/open-synthesis
    1. 1

      Wow, thanks a lot!

      I'll try to follow these rules when submitting updates to the extension.

  2. 1

    Congrats! Looks neat.

    I have had almost nothing but bad luck with Chrome extension submissions.

    For your homepage: I believe there's a way to define a placeholder image for the video element above the fold, it kind of looks bad on macOS / Chrome as a big empty white box before interacting with the video element.

    You probably don't see it anymore because the video is cached and loads fast for you, but even with a fast connection I didn't see the autoplaying preview until the 5th visit or so.

    1. 1

      Thank you so much for your comment!

      I deployed a fix that loads a background image behind the video, and I somehow reduced the size of the video from 44MB to 1.5MB without substantial quality reduction so it's supposed to load 30x faster 😅

      again, thanks!

      1. 2

        I didn't check the size but that makes sense 😅

        Good luck!