Hey all, I made a chrome extension designed for Ethereum nerds that does price tracking and address search stuff. It's all very simple, non intrusive, open source, no ads etc.
The only thing it does that might raise the eyebrows of the code reviewer is scans the current URL of the active tab and checks it out against a database of malicious cryptocurrency URL's to prevent the user of the extension getting hacked or scammed. The user's URL is never stored anywhere, no data about where they have been visiting or anything like that is recorded at all.
So anyway it's been 10 days since i submitted it and it still says 'pending review'. I've seen other users freak out because it took over 24 hours. Does anyone have experience with this?
I guess it's surprising because it's such a simple extension really!
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ee90358e-2fb5-46e5-8fcf-32aa238ba45c%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
It seems very long to me. It has taken me 3 or 4 days max in the past.From my experience, try to fill all the fields in the chrome store > name, description, extended description, icons, screenshots and promo tiles.I read that many extensions without those are often considered as spam extensions.If there's no update soon, I suggest you just unpublish (if possible) and create a new one instead.// Francois
On Wed, Oct 31, 2018 at 4:41 PM Stephanie Chiang <gral...@gmail.com> wrote:
--Hey all, I made a chrome extension designed for Ethereum nerds that does price tracking and address search stuff. It's all very simple, non intrusive, open source, no ads etc.
The only thing it does that might raise the eyebrows of the code reviewer is scans the current URL of the active tab and checks it out against a database of malicious cryptocurrency URL's to prevent the user of the extension getting hacked or scammed. The user's URL is never stored anywhere, no data about where they have been visiting or anything like that is recorded at all.
So anyway it's been 10 days since i submitted it and it still says 'pending review'. I've seen other users freak out because it took over 24 hours. Does anyone have experience with this?
I guess it's surprising because it's such a simple extension really!
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
Hi Francois,thanks for the message. I emailed Google in the end and got a really helpful reply. They basically said it's because the application scans all the URL's of the user and advised me to change my manifest.json permission to "activeTab" instead of "tabs". Although after I did that and republished the extension I still got an auto warning saying there will be a delay publishing and that I should consider using activeTab which seems odd because that's exactly what I did before publishing haha.the version I published had what you said, everything was filled out, I didn't do the optional promotional tiles (only the required one) because I thought that was only for people who wanted to advertise but maybe that would help!Here's the code if anybody wants a look https://github.com/stechiang/portfoliethStephanie
On Wednesday, October 31, 2018 at 7:46:31 PM UTC-7, Francois Devatine wrote:
It seems very long to me. It has taken me 3 or 4 days max in the past.From my experience, try to fill all the fields in the chrome store > name, description, extended description, icons, screenshots and promo tiles.I read that many extensions without those are often considered as spam extensions.If there's no update soon, I suggest you just unpublish (if possible) and create a new one instead.// Francois
On Wed, Oct 31, 2018 at 4:41 PM Stephanie Chiang <gral...@gmail.com> wrote:
--Hey all, I made a chrome extension designed for Ethereum nerds that does price tracking and address search stuff. It's all very simple, non intrusive, open source, no ads etc.
The only thing it does that might raise the eyebrows of the code reviewer is scans the current URL of the active tab and checks it out against a database of malicious cryptocurrency URL's to prevent the user of the extension getting hacked or scammed. The user's URL is never stored anywhere, no data about where they have been visiting or anything like that is recorded at all.
So anyway it's been 10 days since i submitted it and it still says 'pending review'. I've seen other users freak out because it took over 24 hours. Does anyone have experience with this?
I guess it's surprising because it's such a simple extension really!
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ee90358e-2fb5-46e5-8fcf-32aa238ba45c%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/6308bd18-b700-4d93-ac69-2a1f0b029a4c%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ee90358e-2fb5-46e5-8fcf-32aa238ba45c%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
Hey RGould, it was either a human or a really really well trained robot called Ken. Here's the link I got taken to https://support.google.com/chrome_webstore/contact/developer_support/?hl=en
On Thursday, November 1, 2018 at 7:58:50 AM UTC-7, RGould wrote:
You actually contacted a real human and got a real reply?! Could you please share how you did this (the link you used or email address you used)?
On Thursday, November 1, 2018 at 3:14:37 AM UTC-7, Stephanie Chiang wrote:
Hi Francois,thanks for the message. I emailed Google in the end and got a really helpful reply. They basically said it's because the application scans all the URL's of the user and advised me to change my manifest.json permission to "activeTab" instead of "tabs". Although after I did that and republished the extension I still got an auto warning saying there will be a delay publishing and that I should consider using activeTab which seems odd because that's exactly what I did before publishing haha.the version I published had what you said, everything was filled out, I didn't do the optional promotional tiles (only the required one) because I thought that was only for people who wanted to advertise but maybe that would help!Here's the code if anybody wants a look https://github.com/stechiang/portfoliethStephanie
On Wednesday, October 31, 2018 at 7:46:31 PM UTC-7, Francois Devatine wrote:
It seems very long to me. It has taken me 3 or 4 days max in the past.From my experience, try to fill all the fields in the chrome store > name, description, extended description, icons, screenshots and promo tiles.I read that many extensions without those are often considered as spam extensions.If there's no update soon, I suggest you just unpublish (if possible) and create a new one instead.// Francois
On Wed, Oct 31, 2018 at 4:41 PM Stephanie Chiang <gral...@gmail.com> wrote:
--Hey all, I made a chrome extension designed for Ethereum nerds that does price tracking and address search stuff. It's all very simple, non intrusive, open source, no ads etc.
The only thing it does that might raise the eyebrows of the code reviewer is scans the current URL of the active tab and checks it out against a database of malicious cryptocurrency URL's to prevent the user of the extension getting hacked or scammed. The user's URL is never stored anywhere, no data about where they have been visiting or anything like that is recorded at all.
So anyway it's been 10 days since i submitted it and it still says 'pending review'. I've seen other users freak out because it took over 24 hours. Does anyone have experience with this?
I guess it's surprising because it's such a simple extension really!
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ee90358e-2fb5-46e5-8fcf-32aa238ba45c%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/b872ec4f-d899-4433-a32a-2492ea445be9%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ee90358e-2fb5-46e5-8fcf-32aa238ba45c%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.