To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/8c6e0297-4731-41e8-9caa-821cabc0bb91%40chromium.org.--
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 http://groups.google.com/a/chromium.org/group/chromium-extensions/.
On Wednesday, September 17, 2014 9:36:42 AM UTC-7, David Levin wrote:
> You may want to check that you have a build with the fix done in https://code.google.com/p/chromium/issues/detail?id=404802
>
>
>
> Not sure about empty files, but before this fix if you tried to use files that didn't exist your extension would be put in this state.
>
>
> dave
>
>
> On Wed, Sep 17, 2014 at 9:26 AM, Will Christiansen <wchrist...@gmail.com> wrote:
>
> So I have the Dev version on my Desktop and the Stable version on my laptop. It seems like it works fine on my laptop after further investigation but does anyone have any insight into why it would be marked as such on the Dev version? I don't have any empty files or blacklisted urls (as far as I know). Also, how can I ensure my extension will run on someone else using the Beta or Dev build and can't re-enable it because it's inappropriately flagged?
>
>
>
> On Wednesday, September 17, 2014 10:59:21 AM UTC-5, Josh wrote:
> If you're using Beta or Dev try turning down extension-content-verification in chrome://flags. See this comment https://code.google.com/p/chromium/issues/detail?id=390967#c2. Supposedly empty files and blacklisted URLs can trigger this.
>
> On Tuesday, September 16, 2014 11:44:33 PM UTC-7, Will Christiansen wrote:
> One of my extensions was all the sudden marked as corrupt or malicious. In chrome://extensions it has this text underneath the extension description: This extension may have been corrupted by malware. Learn more. The problem is that the "Learn More" link goes absolutely no where and there is nothing online (at least from about 4 hours of searching) that is meant to inform the developer what to do in this situation so I'm at a dead end right now. I also never received an email from Google stating my extension had anything wrong with it.
>
> I hadn't updated the app for a few weeks and then this just started appearing today. I tried cleaning the code up and re-uploading the extension but it still shows that message. I also tried to upload on zip from "Send To -> Compress" and one from 7Zip thinking one or the other was the problem, it doesn't appear that way. There isn't any malicious code in my extension and it simply modifies some DOM elements with JQuery. The extension works fine when I load it up locally but it won't stay enabled when trying to use the store version. Can someone point me to where I should start to get this "warning" removed so my extension can be enabled again?
>
> Thanks in advance!
>
>
>
>
>
>
> --
>
> 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.
>
> To post to this group, send email to chromium-...@chromium.org.
>
> Visit this group at http://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/8c6e0297-4731-41e8-9caa-821cabc0bb91%40chromium.org.
>
>
>
> For more options, visit https://groups.google.com/a/chromium.org/d/optout.
On Wednesday, September 17, 2014 9:36:42 AM UTC-7, David Levin wrote:
> You may want to check that you have a build with the fix done in https://code.google.com/p/chromium/issues/detail?id=404802
>
>
>
> Not sure about empty files, but before this fix if you tried to use files that didn't exist your extension would be put in this state.
>
>
> dave
>
>
> On Wed, Sep 17, 2014 at 9:26 AM, Will Christiansen <wchrist...@gmail.com> wrote:
>
> So I have the Dev version on my Desktop and the Stable version on my laptop. It seems like it works fine on my laptop after further investigation but does anyone have any insight into why it would be marked as such on the Dev version? I don't have any empty files or blacklisted urls (as far as I know). Also, how can I ensure my extension will run on someone else using the Beta or Dev build and can't re-enable it because it's inappropriately flagged?
>
>
>
> On Wednesday, September 17, 2014 10:59:21 AM UTC-5, Josh wrote:
> If you're using Beta or Dev try turning down extension-content-verification in chrome://flags. See this comment https://code.google.com/p/chromium/issues/detail?id=390967#c2. Supposedly empty files and blacklisted URLs can trigger this.
>
> On Tuesday, September 16, 2014 11:44:33 PM UTC-7, Will Christiansen wrote:
> One of my extensions was all the sudden marked as corrupt or malicious. In chrome://extensions it has this text underneath the extension description: This extension may have been corrupted by malware. Learn more. The problem is that the "Learn More" link goes absolutely no where and there is nothing online (at least from about 4 hours of searching) that is meant to inform the developer what to do in this situation so I'm at a dead end right now. I also never received an email from Google stating my extension had anything wrong with it.
>
> I hadn't updated the app for a few weeks and then this just started appearing today. I tried cleaning the code up and re-uploading the extension but it still shows that message. I also tried to upload on zip from "Send To -> Compress" and one from 7Zip thinking one or the other was the problem, it doesn't appear that way. There isn't any malicious code in my extension and it simply modifies some DOM elements with JQuery. The extension works fine when I load it up locally but it won't stay enabled when trying to use the store version. Can someone point me to where I should start to get this "warning" removed so my extension can be enabled again?
>
> Thanks in advance!
>
>
>
>
>
>
> --
>
> 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.
Once it's been disabled by content verification, you will have to reinstall it from the Webstore.
Would you be able to link to your extension on the Webstore so we can see what's going on here?
Thanks
On Wednesday, September 17, 2014 6:58:51 PM UTC-7, Will Christiansen wrote:
> I've looked through my files and none of them are empty. They all have some sort of content in them so I don't think it's related to https://code.google.com/p/chromium/issues/detail?id=404802. I also went through and checked my file names and all of them are in lowercase only so I don't think that the case sensitivity is the problem either. I do however have my final versions of code minimized with name like "background.min.js" although I don't think that would fall into the first two issues. Even setting the chrome://flags/#extension-content-verification option to "Bootstrap" it wouldn't allow the extension to be enabled. Any other thoughts or information I can supply to hopefully find the root cause of this? Thanks again for eveyone's help.
>
> On Wednesday, September 17, 2014 12:27:29 PM UTC-5, roc...@chromium.org wrote:On Wednesday, September 17, 2014 9:36:42 AM UTC-7, David Levin wrote:
>
> > You may want to check that you have a build with the fix done in https://code.google.com/p/chromium/issues/detail?id=404802
>
> >
>
> >
>
> >
>
> > Not sure about empty files, but before this fix if you tried to use files that didn't exist your extension would be put in this state.
>
> >
>
> >
>
> > dave
>
> >
>
> >
>
> > On Wed, Sep 17, 2014 at 9:26 AM, Will Christiansen <wchrist...@gmail.com> wrote:
>
> >
>
> > So I have the Dev version on my Desktop and the Stable version on my laptop. It seems like it works fine on my laptop after further investigation but does anyone have any insight into why it would be marked as such on the Dev version? I don't have any empty files or blacklisted urls (as far as I know). Also, how can I ensure my extension will run on someone else using the Beta or Dev build and can't re-enable it because it's inappropriately flagged?
>
> >
>
> >
>
> >
>
> > On Wednesday, September 17, 2014 10:59:21 AM UTC-5, Josh wrote:
>
> > If you're using Beta or Dev try turning down extension-content-verification in chrome://flags. See this comment https://code.google.com/p/chromium/issues/detail?id=390967#c2. Supposedly empty files and blacklisted URLs can trigger this.
>
> >
>
> > On Tuesday, September 16, 2014 11:44:33 PM UTC-7, Will Christiansen wrote:
>
> > One of my extensions was all the sudden marked as corrupt or malicious. In chrome://extensions it has this text underneath the extension description: This extension may have been corrupted by malware. Learn more. The problem is that the "Learn More" link goes absolutely no where and there is nothing online (at least from about 4 hours of searching) that is meant to inform the developer what to do in this situation so I'm at a dead end right now. I also never received an email from Google stating my extension had anything wrong with it.
>
> >
>
> > I hadn't updated the app for a few weeks and then this just started appearing today. I tried cleaning the code up and re-uploading the extension but it still shows that message. I also tried to upload on zip from "Send To -> Compress" and one from 7Zip thinking one or the other was the problem, it doesn't appear that way. There isn't any malicious code in my extension and it simply modifies some DOM elements with JQuery. The extension works fine when I load it up locally but it won't stay enabled when trying to use the store version. Can someone point me to where I should start to get this "warning" removed so my extension can be enabled again?
>
> >
>
> > Thanks in advance!
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > 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.
>
> >
>
> > To post to this group, send email to chromium-...@chromium.org.
>
> >
>
> > Visit this group at http://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/8c6e0297-4731-41e8-9caa-821cabc0bb91%40chromium.org.
>
> >
>
> >
>
> >
>
> > For more options, visit https://groups.google.com/a/chromium.org/d/optout.
>
>
>
> On Wednesday, September 17, 2014 9:36:42 AM UTC-7, David Levin wrote:
>
> > You may want to check that you have a build with the fix done in https://code.google.com/p/chromium/issues/detail?id=404802
>
> >
>
> >
>
> >
>
> > Not sure about empty files, but before this fix if you tried to use files that didn't exist your extension would be put in this state.
>
> >
>
> >
>
> > dave
>
> >
>
> >
>
> > On Wed, Sep 17, 2014 at 9:26 AM, Will Christiansen <wchrist...@gmail.com> wrote:
>
> >
>
> > So I have the Dev version on my Desktop and the Stable version on my laptop. It seems like it works fine on my laptop after further investigation but does anyone have any insight into why it would be marked as such on the Dev version? I don't have any empty files or blacklisted urls (as far as I know). Also, how can I ensure my extension will run on someone else using the Beta or Dev build and can't re-enable it because it's inappropriately flagged?
>
> >
>
> >
>
> >
>
> > On Wednesday, September 17, 2014 10:59:21 AM UTC-5, Josh wrote:
>
> > If you're using Beta or Dev try turning down extension-content-verification in chrome://flags. See this comment https://code.google.com/p/chromium/issues/detail?id=390967#c2. Supposedly empty files and blacklisted URLs can trigger this.
>
> >
>
> > On Tuesday, September 16, 2014 11:44:33 PM UTC-7, Will Christiansen wrote:
>
> > One of my extensions was all the sudden marked as corrupt or malicious. In chrome://extensions it has this text underneath the extension description: This extension may have been corrupted by malware. Learn more. The problem is that the "Learn More" link goes absolutely no where and there is nothing online (at least from about 4 hours of searching) that is meant to inform the developer what to do in this situation so I'm at a dead end right now. I also never received an email from Google stating my extension had anything wrong with it.
>
> >
>
> > I hadn't updated the app for a few weeks and then this just started appearing today. I tried cleaning the code up and re-uploading the extension but it still shows that message. I also tried to upload on zip from "Send To -> Compress" and one from 7Zip thinking one or the other was the problem, it doesn't appear that way. There isn't any malicious code in my extension and it simply modifies some DOM elements with JQuery. The extension works fine when I load it up locally but it won't stay enabled when trying to use the store version. Can someone point me to where I should start to get this "warning" removed so my extension can be enabled again?
>
> >
>
> > Thanks in advance!
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > 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.
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.
>
> >
>
> > To post to this group, send email to chromium-...@chromium.org.
>
> >
>
> > Visit this group at http://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/8c6e0297-4731-41e8-9caa-821cabc0bb91%40chromium.org.
>
> >
>
> >
>
> >
>
> > For more options, visit https://groups.google.com/a/chromium.org/d/optout.
>
>
>
> On Wednesday, September 17, 2014 9:36:42 AM UTC-7, David Levin wrote:
>
> > You may want to check that you have a build with the fix done in https://code.google.com/p/chromium/issues/detail?id=404802
>
> >
>
> >
>
> >
>
> > Not sure about empty files, but before this fix if you tried to use files that didn't exist your extension would be put in this state.
>
> >
>
> >
>
> > dave
>
> >
>
> >
>
> > On Wed, Sep 17, 2014 at 9:26 AM, Will Christiansen <wchrist...@gmail.com> wrote:
>
> >
>
> > So I have the Dev version on my Desktop and the Stable version on my laptop. It seems like it works fine on my laptop after further investigation but does anyone have any insight into why it would be marked as such on the Dev version? I don't have any empty files or blacklisted urls (as far as I know). Also, how can I ensure my extension will run on someone else using the Beta or Dev build and can't re-enable it because it's inappropriately flagged?
>
> >
>
> >
>
> >
>
> > On Wednesday, September 17, 2014 10:59:21 AM UTC-5, Josh wrote:
>
> > If you're using Beta or Dev try turning down extension-content-verification in chrome://flags. See this comment https://code.google.com/p/chromium/issues/detail?id=390967#c2. Supposedly empty files and blacklisted URLs can trigger this.
>
> >
>
> > On Tuesday, September 16, 2014 11:44:33 PM UTC-7, Will Christiansen wrote:
>
> > One of my extensions was all the sudden marked as corrupt or malicious. In chrome://extensions it has this text underneath the extension description: This extension may have been corrupted by malware. Learn more. The problem is that the "Learn More" link goes absolutely no where and there is nothing online (at least from about 4 hours of searching) that is meant to inform the developer what to do in this situation so I'm at a dead end right now. I also never received an email from Google stating my extension had anything wrong with it.
>
> >
>
> > I hadn't updated the app for a few weeks and then this just started appearing today. I tried cleaning the code up and re-uploading the extension but it still shows that message. I also tried to upload on zip from "Send To -> Compress" and one from 7Zip thinking one or the other was the problem, it doesn't appear that way. There isn't any malicious code in my extension and it simply modifies some DOM elements with JQuery. The extension works fine when I load it up locally but it won't stay enabled when trying to use the store version. Can someone point me to where I should start to get this "warning" removed so my extension can be enabled again?
>
> >
>
> > Thanks in advance!
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > 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+unsubscribe...@chromium.org.